Constructeur EdmTypeReference
Crée une instance de la classe EdmTypeReference.
Espace de noms : Microsoft.Data.Edm.Library
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
definition As IEdmType, _
isNullable As Boolean _
)
'Utilisation
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
)
Paramètres
- definition
Type : Microsoft.Data.Edm.IEdmType
Type qui décrit cette valeur.
- isNullable
Type : System.Boolean
Indique si le type peut être nullable ou pas.