Partager via


Constructeur EdmRowTypeReference

Crée une instance de la classe EdmRowTypeReference.

Espace de noms :  Microsoft.Data.Edm.Library
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    rowType As IEdmRowType, _
    isNullable As Boolean _
)
'Utilisation
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
)

Paramètres

  • isNullable
    Type : System.Boolean
    Indique si le type peut être nullable ou pas.

Voir aussi

Référence

EdmRowTypeReference Classe

Espace de noms Microsoft.Data.Edm.Library