DbExpression.FromDateTime(Nullable<DateTime>) メソッド

定義

指定した (null 許容) DateTime値を表すDbExpressionを作成します。

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

パラメーター

value
Nullable<DateTime>

返される式の基になる DateTime 値。

返品

指定した DateTime 値を表す DbExpression

適用対象