次の方法で共有


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

定義

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

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

適用対象