Compartir a través de


EdmRowTypeReference Constructor

Crea una nueva instancia de la clase EdmRowTypeReference.

Espacio de nombres:  Microsoft.Data.Edm.Library
Ensamblado:  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Sintaxis

'Declaración
Public Sub New ( _
    rowType As IEdmRowType, _
    isNullable As Boolean _
)
'Uso
Dim rowType As IEdmRowType
Dim isNullable As Boolean

Dim instance As New EdmRowTypeReference(rowType, _
    isNullable)
public EdmRowTypeReference(
    IEdmRowType rowType,
    bool isNullable
)
public:
EdmRowTypeReference(
    IEdmRowType^ rowType, 
    bool isNullable
)
new : 
        rowType:IEdmRowType * 
        isNullable:bool -> EdmRowTypeReference
public function EdmRowTypeReference(
    rowType : IEdmRowType, 
    isNullable : boolean
)

Parámetros

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

Vea también

Referencia

EdmRowTypeReference Clase

Espacio de nombres Microsoft.Data.Edm.Library