Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Erstellt eine neue Instanz der EdmRowTypeReference-Klasse.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
rowType As IEdmRowType, _
isNullable As Boolean _
)
'Usage
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
)
Parameter
- rowType
Typ: Microsoft.Data.Edm.IEdmRowType
Typ, der den Wert beschreibt.
- isNullable
Typ: System.Boolean
Bezeichnet, ob der Typ auf NULL festlegbar sein kann.