Condividi tramite


Metodo StructuralObject.DefaultDateTimeValue

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Restituisce il valore di data e ora minimo supportato dall'origine dati.

Spazio dei nomi:  System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Protected Shared Function DefaultDateTimeValue As DateTime
'Utilizzo
Dim returnValue As DateTime 

returnValue = StructuralObject.DefaultDateTimeValue()
protected static DateTime DefaultDateTimeValue()
protected:
static DateTime DefaultDateTimeValue()
static member DefaultDateTimeValue : unit -> DateTime
protected static function DefaultDateTimeValue() : DateTime

Valore restituito

Tipo: System.DateTime
Valore DateTime che rappresenta il valore di data e ora minimo supportato dall'origine dati.

Vedere anche

Riferimento

StructuralObject Classe

Spazio dei nomi System.Data.Entity.Core.Objects.DataClasses