Share via


EdmTypeReference(IEdmType, Boolean) Constructor

Definition

Initializes a new instance of the EdmTypeReference class.

protected EdmTypeReference (Microsoft.OData.Edm.IEdmType definition, bool isNullable);
new Microsoft.OData.Edm.EdmTypeReference : Microsoft.OData.Edm.IEdmType * bool -> Microsoft.OData.Edm.EdmTypeReference
Protected Sub New (definition As IEdmType, isNullable As Boolean)

Parameters

definition
IEdmType

Type that describes this value.

isNullable
Boolean

Denotes whether the type can be nullable.

Applies to