EdmCollectionTypeReference 构造函数

初始化 EdmCollectionTypeReference 类的新实例。

命名空间:  Microsoft.Data.Edm.Library
程序集:  Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)

语法

声明
Public Sub New ( _
    collectionType As IEdmCollectionType, _
    isNullable As Boolean _
)
用法
Dim collectionType As IEdmCollectionType
Dim isNullable As Boolean

Dim instance As New EdmCollectionTypeReference(collectionType, _
    isNullable)
public EdmCollectionTypeReference(
    IEdmCollectionType collectionType,
    bool isNullable
)
public:
EdmCollectionTypeReference(
    IEdmCollectionType^ collectionType, 
    bool isNullable
)
new : 
        collectionType:IEdmCollectionType * 
        isNullable:bool -> EdmCollectionTypeReference
public function EdmCollectionTypeReference(
    collectionType : IEdmCollectionType, 
    isNullable : boolean
)

参数

  • isNullable
    类型:System.Boolean
    表示该类型是否可为空。

请参阅

参考

EdmCollectionTypeReference 类

Microsoft.Data.Edm.Library 命名空间