共用方式為


DbExpression.FromInt64(Nullable<Int64>) 方法

定義

建立 DbExpression,表示指定之可為 Null 的 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 值。

適用於