Condividi tramite


EdmTypeSemantics.IsGeography Metodo

Definizione

Overload

IsGeography(IEdmTypeReference)

Restituisce true se questo riferimento fa riferimento a un tipo geography.

IsGeography(IEdmType)

Restituisce true se questa definizione fa riferimento a un tipo geography.

IsGeography(EdmPrimitiveTypeKind)

Restituisce true se questo tipo rappresenta un tipo geography.

IsGeography(IEdmTypeReference)

Restituisce true se questo riferimento fa riferimento a un tipo geography.

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

Parametri

type
IEdmTypeReference

Riferimento al tipo.

Restituisce

Questo riferimento fa riferimento a un tipo geography.

Si applica a

IsGeography(IEdmType)

Restituisce true se questa definizione fa riferimento a un tipo geography.

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

Parametri

type
IEdmType

Riferimento al tipo.

Restituisce

Questa definizione fa riferimento a un tipo geography.

Si applica a

IsGeography(EdmPrimitiveTypeKind)

Restituisce true se questo tipo rappresenta un tipo geography.

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

Parametri

typeKind
EdmPrimitiveTypeKind

Riferimento al tipo.

Restituisce

Questo tipo fa riferimento a un tipo geography.

Si applica a