Freigeben über


EdmTypeSemantics.IsGeography Methode

Definition

Überlädt

IsGeography(IEdmTypeReference)

Gibt true zurück, wenn dieser Verweis auf einen geography-Typ verweist.

IsGeography(IEdmType)

Gibt true zurück, wenn diese Definition auf einen geography-Typ verweist.

IsGeography(EdmPrimitiveTypeKind)

Gibt true zurück, wenn diese Typart einen geography-Typ darstellt.

IsGeography(IEdmTypeReference)

Gibt true zurück, wenn dieser Verweis auf einen geography-Typ verweist.

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

Parameter

type
IEdmTypeReference

Typverweis.

Gibt zurück

Dieser Verweis bezieht sich auf einen geography-Typ.

Gilt für:

IsGeography(IEdmType)

Gibt true zurück, wenn diese Definition auf einen geography-Typ verweist.

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

Parameter

type
IEdmType

Typverweis.

Gibt zurück

Diese Definition bezieht sich auf einen geografietyp.

Gilt für:

IsGeography(EdmPrimitiveTypeKind)

Gibt true zurück, wenn diese Typart einen geography-Typ darstellt.

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

Parameter

typeKind
EdmPrimitiveTypeKind

Typverweis.

Gibt zurück

Diese Art bezieht sich auf einen geografietyp.

Gilt für: