EdmTypeSemantics.IsGeometry メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 型を参照します。