Freigeben über


EdmCoreModel.GetTime-Methode

Ruft einen Verweis auf eine primitive Time-Typdefinition ab.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Function GetTime ( _
    isNullable As Boolean _
) As IEdmTemporalTypeReference
'Usage
Dim instance As EdmCoreModel
Dim isNullable As Boolean
Dim returnValue As IEdmTemporalTypeReference

returnValue = instance.GetTime(isNullable)
public IEdmTemporalTypeReference GetTime(
    bool isNullable
)
public:
IEdmTemporalTypeReference^ GetTime(
    bool isNullable
)
member GetTime : 
        isNullable:bool -> IEdmTemporalTypeReference 
public function GetTime(
    isNullable : boolean
) : IEdmTemporalTypeReference

Parameter

  • isNullable
    Typ: System.Boolean
    true , um anzugeben, dass der referenzierte Typ NULL-Werte zulassen soll, andernfalls false.

Rückgabewert

Typ: Microsoft.Data.Edm.IEdmTemporalTypeReference
Ein neuer Time-Typverweis.

Siehe auch

Verweis

EdmCoreModel Klasse

Microsoft.Data.Edm.Library-Namespace