Udostępnij za pośrednictwem


DbExpression.FromDateTime(Nullable<DateTime>) Metoda

Definicja

Tworzy wartość DbExpression reprezentującą określoną (dopuszczaną do wartości 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

Parametry

value
Nullable<DateTime>

Wartość DateTime, na której powinno być oparte zwrócone wyrażenie.

Zwraca

Wartość DbExpression reprezentująca określoną wartość DateTime.

Dotyczy