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 命名空间