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.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
entityType As IEdmEntityType _
)
'Usage
Dim entityType As IEdmEntityType
Dim instance As New EdmEntityReferenceType(entityType)
public EdmEntityReferenceType(
IEdmEntityType entityType
)
public:
EdmEntityReferenceType(
IEdmEntityType^ entityType
)
new :
entityType:IEdmEntityType -> EdmEntityReferenceType
public function EdmEntityReferenceType(
entityType : IEdmEntityType
)
Parameter
- entityType
Typ: Microsoft.Data.Edm.IEdmEntityType