次の方法で共有


EdmCoreModel.GetCollection メソッド

コレクション型への参照を取得します。

名前空間:  Microsoft.Data.Edm.Library
アセンブリ:  Microsoft.Data.Edm (Microsoft.Data.Edm.dll)

構文

'宣言
Public Shared Function GetCollection ( _
    elementType As IEdmTypeReference _
) As IEdmCollectionTypeReference
'使用
Dim elementType As IEdmTypeReference
Dim returnValue As IEdmCollectionTypeReference

returnValue = EdmCoreModel.GetCollection(elementType)
public static IEdmCollectionTypeReference GetCollection(
    IEdmTypeReference elementType
)
public:
static IEdmCollectionTypeReference^ GetCollection(
    IEdmTypeReference^ elementType
)
static member GetCollection : 
        elementType:IEdmTypeReference -> IEdmCollectionTypeReference 
public static function GetCollection(
    elementType : IEdmTypeReference
) : IEdmCollectionTypeReference

パラメーター

戻り値

型: Microsoft.Data.Edm.IEdmCollectionTypeReference
コレクション型参照。

関連項目

参照

EdmCoreModel クラス

Microsoft.Data.Edm.Library 名前空間