Costruttore EdmRowTypeReference
Crea una nuova istanza della classe EdmRowTypeReference.
Spazio dei nomi Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
rowType As IEdmRowType, _
isNullable As Boolean _
)
'Utilizzo
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
)
Parametri
- rowType
Tipo: Microsoft.Data.Edm.IEdmRowType
Tipo che descrive il valore.
- isNullable
Tipo: System.Boolean
Indica se il tipo può ammettere i valori Null.