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
- rowType
Tipo: Microsoft.Data.Edm.IEdmRowType
Tipo que describe este valor.
- isNullable
Tipo: System.Boolean
Denota si el tipo puede aceptar valores NULL.