Freigeben über


EdmRowTypeReference-Konstruktor

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

  • isNullable
    Typ: System.Boolean
    Bezeichnet, ob der Typ auf NULL festlegbar sein kann.

Siehe auch

Verweis

EdmRowTypeReference Klasse

Microsoft.Data.Edm.Library-Namespace