DbExpression.FromDateTime(Nullable<DateTime>) Methode

Definitie

Hiermee maakt u een DbExpression waarde die de opgegeven waarde (nullable) DateTime vertegenwoordigt.

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

Parameters

value
Nullable<DateTime>

De datum/tijd-waarde waarop de geretourneerde expressie moet worden gebaseerd.

Retouren

Een DbExpression die de opgegeven datum/tijd-waarde vertegenwoordigt.

Van toepassing op