DbExpression.FromSingle(Nullable<Single>) 方法

定义

创建一个 DbExpression,表示指定的单精度值(可以为 null)。

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>

返回的表达式所基于的“单个”值。

返回

一个 DbExpression,表示指定的 Single 值。

适用于