EdmTypeReference Constructor
Crea una nueva instancia de la clase EdmTypeReference.
Espacio de nombres: Microsoft.Data.Edm.Library
Ensamblado: Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Sintaxis
'Declaración
Protected Sub New ( _
definition As IEdmType, _
isNullable As Boolean _
)
'Uso
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
)
Parámetros
- definition
Tipo: Microsoft.Data.Edm.IEdmType
El tipo que describe este valor.
- isNullable
Tipo: System.Boolean
Denota si el tipo puede aceptar valores NULL.