Compartir a través de


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

  • isNullable
    Tipo: System.Boolean
    Denota si el tipo puede aceptar valores NULL.

Vea también

Referencia

EdmTypeReference Clase

Espacio de nombres Microsoft.Data.Edm.Library