Partager via


EdmTypeSemantics.IsSpatial Méthode

Définition

Surcharges

IsSpatial(EdmPrimitiveTypeKind)

Retourne true si ce type de type représente un type spatial.

IsSpatial(IEdmType)

Retourne true si cette définition fait référence à un type spatial.

IsSpatial(IEdmTypeReference)

Retourne true si cette référence fait référence à un type spatial.

IsSpatial(EdmPrimitiveTypeKind)

Retourne true si ce type de type représente un type spatial.

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

Paramètres

typeKind
EdmPrimitiveTypeKind

Référence de type.

Retours

Ce type fait référence à un type spatial.

S’applique à

IsSpatial(IEdmType)

Retourne true si cette définition fait référence à un type spatial.

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

Paramètres

type
IEdmType

Référence de type.

Retours

Cette définition fait référence à un type spatial.

S’applique à

IsSpatial(IEdmTypeReference)

Retourne true si cette référence fait référence à un type spatial.

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

Paramètres

type
IEdmTypeReference

Référence de type.

Retours

Cette référence fait référence à un type spatial.

S’applique à