次の方法で共有


EdmTypeSemantics.IsGeography メソッド

定義

オーバーロード

IsGeography(IEdmTypeReference)

この参照が geography 型を参照している場合は true を返します。

IsGeography(IEdmType)

この定義が geography 型を参照している場合は true を返します。

IsGeography(EdmPrimitiveTypeKind)

この種類が geography 型を表す場合は true を返します。

IsGeography(IEdmTypeReference)

この参照が geography 型を参照している場合は true を返します。

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

パラメーター

type
IEdmTypeReference

型参照。

戻り値

この参照は、geography 型を参照します。

適用対象

IsGeography(IEdmType)

この定義が geography 型を参照している場合は true を返します。

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

パラメーター

type
IEdmType

型参照。

戻り値

この定義は、geography 型を参照します。

適用対象

IsGeography(EdmPrimitiveTypeKind)

この種類が geography 型を表す場合は true を返します。

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

パラメーター

typeKind
EdmPrimitiveTypeKind

型参照。

戻り値

この種類は、geography 型を参照します。

適用対象