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

適用対象