Sdílet prostřednictvím


EdmTypeSemantics.IsGeography Metoda

Definice

Přetížení

IsGeography(IEdmTypeReference)

Vrátí hodnotu true, pokud tento odkaz odkazuje na geografický typ.

IsGeography(IEdmType)

Vrátí hodnotu true, pokud tato definice odkazuje na geografický typ.

IsGeography(EdmPrimitiveTypeKind)

Vrátí hodnotu true, pokud tento typ představuje zeměpisný typ.

IsGeography(IEdmTypeReference)

Vrátí hodnotu true, pokud tento odkaz odkazuje na geografický typ.

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

Parametry

type
IEdmTypeReference

Typ odkazu.

Návraty

Tento odkaz odkazuje na geografický typ.

Platí pro

IsGeography(IEdmType)

Vrátí hodnotu true, pokud tato definice odkazuje na geografický typ.

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

Parametry

type
IEdmType

Typ odkazu.

Návraty

Tato definice odkazuje na geografický typ.

Platí pro

IsGeography(EdmPrimitiveTypeKind)

Vrátí hodnotu true, pokud tento typ představuje zeměpisný typ.

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

Parametry

typeKind
EdmPrimitiveTypeKind

Typ odkazu.

Návraty

Tento druh odkazuje na geografický typ.

Platí pro