Share via


EdmTypeReference Constructor

Creates a new instance of the EdmTypeReference class.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Protected Sub New ( _
    definition As IEdmType, _
    isNullable As Boolean _
)
'Usage
Dim definition As IEdmType 
Dim isNullable As Boolean 

Dim instance As New EdmTypeReference(definition, _
    isNullable)
protected EdmTypeReference(
    IEdmType definition,
    bool isNullable
)
protected:
EdmTypeReference(
    IEdmType^ definition, 
    bool isNullable
)
new : 
        definition:IEdmType * 
        isNullable:bool -> EdmTypeReference
protected function EdmTypeReference(
    definition : IEdmType, 
    isNullable : boolean
)

Parameters

  • isNullable
    Type: System.Boolean
    Denotes whether the type can be nullable.

See Also

Reference

EdmTypeReference Class

Microsoft.Data.Edm.Library Namespace