Aracılığıyla paylaş


DbExpression.FromDateTime(Nullable<DateTime>) Yöntem

Tanım

Belirtilen (null atanabilir) DateTime değeri temsil eden bir DbExpression oluşturur.

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

Parametreler

value
Nullable<DateTime>

Döndürülen ifadenin temel alınması gereken DateTime değeri.

Döndürülenler

DbExpression Belirtilen DateTime değerini temsil eden bir.

Şunlara uygulanır