DbExpression.FromInt64(Nullable<Int64>) 方法

定義

建立 DbExpression 一個代表指定(可空)Int64 值的 。

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 值。

適用於