다음을 통해 공유


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

정의

지정된 nullable Single 값을 나타내는 DbExpression을 만듭니다.

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 값을 나타내는 DbExpression입니다.

적용 대상