Share via


EdmTypeSemantics.IsTemporal Method

Definition

Overloads

IsTemporal(EdmPrimitiveTypeKind)

Returns true if this type kind represents a temporal type.

IsTemporal(IEdmType)

Returns true if this definition refers to a temporal type.

IsTemporal(IEdmTypeReference)

Returns true if this reference refers to a temporal type.

IsTemporal(EdmPrimitiveTypeKind)

Returns true if this type kind represents a temporal type.

public static bool IsTemporal (this Microsoft.OData.Edm.EdmPrimitiveTypeKind typeKind);
static member IsTemporal : Microsoft.OData.Edm.EdmPrimitiveTypeKind -> bool
<Extension()>
Public Function IsTemporal (typeKind As EdmPrimitiveTypeKind) As Boolean

Parameters

typeKind
EdmPrimitiveTypeKind

Reference to the calling object.

Returns

This kind refers to a temporal type.

Applies to

IsTemporal(IEdmType)

Returns true if this definition refers to a temporal type.

public static bool IsTemporal (this Microsoft.OData.Edm.IEdmType type);
static member IsTemporal : Microsoft.OData.Edm.IEdmType -> bool
<Extension()>
Public Function IsTemporal (type As IEdmType) As Boolean

Parameters

type
IEdmType

Type reference.

Returns

This definition refers to a temporal type.

Applies to

IsTemporal(IEdmTypeReference)

Returns true if this reference refers to a temporal type.

public static bool IsTemporal (this Microsoft.OData.Edm.IEdmTypeReference type);
static member IsTemporal : Microsoft.OData.Edm.IEdmTypeReference -> bool
<Extension()>
Public Function IsTemporal (type As IEdmTypeReference) As Boolean

Parameters

type
IEdmTypeReference

Type reference.

Returns

This reference refers to a temporal type.

Applies to