Share via


EdmComplexTypeReference(IEdmComplexType, Boolean) Constructor

Definition

Initializes a new instance of the EdmComplexTypeReference class.

public EdmComplexTypeReference (Microsoft.OData.Edm.IEdmComplexType complexType, bool isNullable);
new Microsoft.OData.Edm.EdmComplexTypeReference : Microsoft.OData.Edm.IEdmComplexType * bool -> Microsoft.OData.Edm.EdmComplexTypeReference
Public Sub New (complexType As IEdmComplexType, isNullable As Boolean)

Parameters

complexType
IEdmComplexType

The type definition this reference refers to.

isNullable
Boolean

Denotes whether the type can be nullable.

Applies to