EdmComplexTypeReference Constructor
Initializes a new instance of the EdmComplexTypeReference class.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
complexType As IEdmComplexType, _
isNullable As Boolean _
)
'Usage
Dim complexType As IEdmComplexType
Dim isNullable As Boolean
Dim instance As New EdmComplexTypeReference(complexType, _
isNullable)
public EdmComplexTypeReference(
IEdmComplexType complexType,
bool isNullable
)
public:
EdmComplexTypeReference(
IEdmComplexType^ complexType,
bool isNullable
)
new :
complexType:IEdmComplexType *
isNullable:bool -> EdmComplexTypeReference
public function EdmComplexTypeReference(
complexType : IEdmComplexType,
isNullable : boolean
)
Parameters
- complexType
Type: Microsoft.Data.Edm.IEdmComplexType
The type definition this reference refers to.
- isNullable
Type: System.Boolean
Denotes whether the type can be nullable.