DbExpression.FromSingle(Nullable<Single>) メソッド

定義

指定した (null 許容) 単一値を表す 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

適用対象