次の方法で共有


EdmTypeSemantics.IsGeometry メソッド

定義

オーバーロード

IsGeometry(EdmPrimitiveTypeKind)

この型の種類がジオメトリ型を表す場合は true を返します。

IsGeometry(IEdmType)

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

IsGeometry(IEdmTypeReference)

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

IsGeometry(EdmPrimitiveTypeKind)

この型の種類がジオメトリ型を表す場合は true を返します。

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

パラメーター

typeKind
EdmPrimitiveTypeKind

型参照。

戻り値

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

適用対象

IsGeometry(IEdmType)

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

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

パラメーター

type
IEdmType

型参照。

戻り値

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

適用対象

IsGeometry(IEdmTypeReference)

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

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

パラメーター

type
IEdmTypeReference

型参照。

戻り値

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

適用対象