次の方法で共有


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

定義

指定された (null 許容の) Single 値を表す DbExpression を作成します。

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

パラメーター

value
Nullable<Single>

取得する式の Single 値。

戻り値

指定された Single 値を表す DbExpression

適用対象