次の方法で共有


EdmTypeSemantics.IsSpatial メソッド

定義

オーバーロード

IsSpatial(EdmPrimitiveTypeKind)

この型の種類が空間型を表している場合に true を返します。

IsSpatial(IEdmType)

この定義が空間型を表している場合に true を返します。

IsSpatial(IEdmTypeReference)

この参照が空間型を表している場合に true を返します。

IsSpatial(EdmPrimitiveTypeKind)

この型の種類が空間型を表している場合に true を返します。

public static bool IsSpatial (this Microsoft.OData.Edm.EdmPrimitiveTypeKind typeKind);
static member IsSpatial : Microsoft.OData.Edm.EdmPrimitiveTypeKind -> bool
<Extension()>
Public Function IsSpatial (typeKind As EdmPrimitiveTypeKind) As Boolean

パラメーター

typeKind
EdmPrimitiveTypeKind

型参照。

戻り値

この種類は空間型を表します。

適用対象

IsSpatial(IEdmType)

この定義が空間型を表している場合に true を返します。

public static bool IsSpatial (this Microsoft.OData.Edm.IEdmType type);
static member IsSpatial : Microsoft.OData.Edm.IEdmType -> bool
<Extension()>
Public Function IsSpatial (type As IEdmType) As Boolean

パラメーター

type
IEdmType

型参照。

戻り値

この定義は空間型を表します。

適用対象

IsSpatial(IEdmTypeReference)

この参照が空間型を表している場合に true を返します。

public static bool IsSpatial (this Microsoft.OData.Edm.IEdmTypeReference type);
static member IsSpatial : Microsoft.OData.Edm.IEdmTypeReference -> bool
<Extension()>
Public Function IsSpatial (type As IEdmTypeReference) As Boolean

パラメーター

type
IEdmTypeReference

型参照。

戻り値

この参照は空間型を表します。

適用対象