EdmModel.EntityTypes-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 Entitätstypen in dem Modell ab.
Namespace: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property EntityTypes As IEnumerable(Of EntityType)
Get
'Usage
Dim instance As EdmModel
Dim value As IEnumerable(Of EntityType)
value = instance.EntityTypes
public IEnumerable<EntityType> EntityTypes { get; }
public:
property IEnumerable<EntityType^>^ EntityTypes {
IEnumerable<EntityType^>^ get ();
}
member EntityTypes : IEnumerable<EntityType>
function get EntityTypes () : IEnumerable<EntityType>
Eigenschaftswert
Typ: System.Collections.Generic.IEnumerable<EntityType>