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