EdmTypeSemantics.IsGeography Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
IsGeography(IEdmTypeReference) |
Devuelve true si esta referencia hace referencia a un tipo geography. |
IsGeography(IEdmType) |
Devuelve true si esta definición hace referencia a un tipo geography. |
IsGeography(EdmPrimitiveTypeKind) |
Devuelve true si este tipo representa un tipo geography. |
IsGeography(IEdmTypeReference)
Devuelve true si esta referencia hace referencia 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
Parámetros
- type
- IEdmTypeReference
Referencia de tipo.
Devoluciones
Esta referencia hace referencia a un tipo geography.
Se aplica a
IsGeography(IEdmType)
Devuelve true si esta definición hace referencia 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
Parámetros
- type
- IEdmType
Referencia de tipo.
Devoluciones
Esta definición hace referencia a un tipo geography.
Se aplica a
IsGeography(EdmPrimitiveTypeKind)
Devuelve true si este tipo representa 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
Parámetros
- typeKind
- EdmPrimitiveTypeKind
Referencia de tipo.
Devoluciones
Este tipo hace referencia a un tipo geography.