Udostępnij przez


DbExpression.FromDateTime(Nullable<DateTime>) Metoda

Definicja

Tworzy obiektDbExpression, który reprezentuje określoną wartość (dopuszczaną do wartości null). DateTime

public static System.Data.Entity.Core.Common.CommandTrees.DbExpression FromDateTime(Nullable<DateTime> value);
static member FromDateTime : Nullable<DateTime> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Function FromDateTime (value As Nullable(Of DateTime)) As DbExpression

Parametry

value
Nullable<DateTime>

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

Zwraca

Element DbExpression reprezentujący określoną wartość typu DateTime.

Dotyczy