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 EdmEntityTypeReference-Klasse.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
entityType As IEdmEntityType, _
isNullable As Boolean _
)
'Usage
Dim entityType As IEdmEntityType
Dim isNullable As Boolean
Dim instance As New EdmEntityTypeReference(entityType, _
isNullable)
public EdmEntityTypeReference(
IEdmEntityType entityType,
bool isNullable
)
public:
EdmEntityTypeReference(
IEdmEntityType^ entityType,
bool isNullable
)
new :
entityType:IEdmEntityType *
isNullable:bool -> EdmEntityTypeReference
public function EdmEntityTypeReference(
entityType : IEdmEntityType,
isNullable : boolean
)
Parameter
- entityType
Typ: Microsoft.Data.Edm.IEdmEntityType
Die Definition, auf die durch diesen Verweis verwiesen wird.
- isNullable
Typ: System.Boolean
Bezeichnet, ob der Typ auf NULL festlegbar sein kann.