DbExpression.FromInt64(Nullable<Int64>) 方法

定义

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

public:
 static System::Data::Common::CommandTrees::DbExpression ^ FromInt64(Nullable<long> value);
public static System.Data.Common.CommandTrees.DbExpression FromInt64 (long? value);
static member FromInt64 : Nullable<int64> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Function FromInt64 (value As Nullable(Of Long)) As DbExpression

参数

value
Nullable<Int64>

返回的表达式所基于的 Int64 值。

返回

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

适用于