DbExpression.FromInt64(Nullable<Int64>) メソッド

定義

指定された (null 許容の) Int64 値を表す DbExpression を作成します。

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

戻り値

指定された Int64 値を表す DbExpression

適用対象