EdmTypeSemantics.IsGeography 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
IsGeography(IEdmTypeReference) |
Retourne true si cette référence fait référence à un type geography. |
IsGeography(IEdmType) |
Retourne true si cette définition fait référence à un type geography. |
IsGeography(EdmPrimitiveTypeKind) |
Retourne true si ce type de type représente un type geography. |
IsGeography(IEdmTypeReference)
Retourne true si cette référence fait référence à un type 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
Paramètres
- type
- IEdmTypeReference
Référence de type.
Retours
Cette référence fait référence à un type geography.
S’applique à
IsGeography(IEdmType)
Retourne true si cette définition fait référence à un type 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
Paramètres
- type
- IEdmType
Référence de type.
Retours
Cette définition fait référence à un type geography.
S’applique à
IsGeography(EdmPrimitiveTypeKind)
Retourne true si ce type de type représente un type 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
Paramètres
- typeKind
- EdmPrimitiveTypeKind
Référence de type.
Retours
Ce type fait référence à un type geography.