Share via


EdmTypeSemantics.IsGeography Method

Definition

Overloads

IsGeography(IEdmTypeReference)

Returns true if this reference refers to a geography type.

IsGeography(IEdmType)

Returns true if this definition refers to a geography type.

IsGeography(EdmPrimitiveTypeKind)

Returns true if this type kind represents a geography type.

IsGeography(IEdmTypeReference)

Returns true if this reference refers to a geography type.

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

Parameters

type
IEdmTypeReference

Type reference.

Returns

This reference refers to a geography type.

Applies to

IsGeography(IEdmType)

Returns true if this definition refers to a geography type.

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

Parameters

type
IEdmType

Type reference.

Returns

This definition refers to a geography type.

Applies to

IsGeography(EdmPrimitiveTypeKind)

Returns true if this type kind represents a geography type.

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

Parameters

typeKind
EdmPrimitiveTypeKind

Type reference.

Returns

This kind refers to a geography type.

Applies to