EdmModel.AssociationTypes-Eigenschaft
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Ruft die Zuordnungstypen in dem Modell ab.
Namespace: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property AssociationTypes As IEnumerable(Of AssociationType)
Get
'Usage
Dim instance As EdmModel
Dim value As IEnumerable(Of AssociationType)
value = instance.AssociationTypes
public IEnumerable<AssociationType> AssociationTypes { get; }
public:
property IEnumerable<AssociationType^>^ AssociationTypes {
IEnumerable<AssociationType^>^ get ();
}
member AssociationTypes : IEnumerable<AssociationType>
function get AssociationTypes () : IEnumerable<AssociationType>
Eigenschaftswert
Typ: System.Collections.Generic.IEnumerable<AssociationType>