EdmCollectionTypeReference Constructor
Initializes a new instance of the EdmCollectionTypeReference class.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
collectionType As IEdmCollectionType, _
isNullable As Boolean _
)
'Usage
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
)
Parameters
- collectionType
Type: Microsoft.Data.Edm.IEdmCollectionType
The type definition this reference refers to.
- isNullable
Type: System.Boolean
Denotes whether the type can be nullable.