次の方法で共有


ExtensionMethods.CollectionDefinition(IEdmCollectionTypeReference) メソッド

定義

このコレクション参照の定義を取得します。

public static Microsoft.OData.Edm.IEdmCollectionType CollectionDefinition (this Microsoft.OData.Edm.IEdmCollectionTypeReference type);
static member CollectionDefinition : Microsoft.OData.Edm.IEdmCollectionTypeReference -> Microsoft.OData.Edm.IEdmCollectionType
<Extension()>
Public Function CollectionDefinition (type As IEdmCollectionTypeReference) As IEdmCollectionType

パラメーター

type
IEdmCollectionTypeReference

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

戻り値

このコレクション参照の定義。

適用対象