Constructeur EdmEntityReferenceType
Espace de noms : Microsoft.Data.Edm.Library
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Sub New ( _
entityType As IEdmEntityType _
)
'Utilisation
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
)
Paramètres
- entityType
Type : Microsoft.Data.Edm.IEdmEntityType