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
- definition
Type: Microsoft.Data.Edm.IEdmType
The type that describes this value.
- isNullable
Type: System.Boolean
Denotes whether the type can be nullable.