DbExpression.FromDateTime(Nullable<DateTime>) 方法

定义

创建一个 DbExpression,表示指定的(可以为 null 的) 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 值。

返回

一个 DbExpression,表示指定的 DateTime 值。

适用于