共用方式為


DbExpression.FromSingle(Nullable<Single>) 方法

定義

建立 DbExpression,表示指定之可為 Null 的 Single 值。

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,表示指定的 Single 值。

適用於