DbExpression.FromSingle(Nullable<Single>) 메서드

정의

DbExpression 지정된 (nullable) 단일 값을 나타내는 값을 만듭니다.

public:
 static System::Data::Common::CommandTrees::DbExpression ^ FromSingle(Nullable<float> value);
public static System.Data.Common.CommandTrees.DbExpression FromSingle(float? value);
static member FromSingle : Nullable<single> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Function FromSingle (value As Nullable(Of Single)) As DbExpression

매개 변수

value
Nullable<Single>

반환된 식의 기반이 되는 Single 값입니다.

반품

지정된 단일 값을 나타내는 A DbExpression 입니다.

적용 대상