次の方法で共有


EdmTypeSemantics.IsStructured メソッド

定義

オーバーロード

IsStructured(IEdmTypeReference)

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

IsStructured(EdmTypeKind)

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

IsStructured(IEdmTypeReference)

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

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

パラメーター

type
IEdmTypeReference

型参照。

戻り値

この参照は構造化型を表します。

適用対象

IsStructured(EdmTypeKind)

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

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

パラメーター

typeKind
EdmTypeKind

呼び出し元のオブジェクトへの参照。

戻り値

この種類は構造化型を表します。

適用対象