EdmTypeSemantics.IsSpatial Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.