Freigeben über


DbEntityEntry.Collection-Methode

[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 ein Objekt ab, das die Auflistungsnavigationseigenschaft für die Navigation von dieser Entität zu einer Auflistung verknüpfter Entitäten darstellt.

Namespace:  System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Function Collection ( _
    navigationProperty As String _
) As DbCollectionEntry
'Usage
Dim instance As DbEntityEntry 
Dim navigationProperty As String 
Dim returnValue As DbCollectionEntry 

returnValue = instance.Collection(navigationProperty)
public DbCollectionEntry Collection(
    string navigationProperty
)
public:
DbCollectionEntry^ Collection(
    String^ navigationProperty
)
member Collection : 
        navigationProperty:string -> DbCollectionEntry
public function Collection(
    navigationProperty : String
) : DbCollectionEntry

Parameter

  • navigationProperty
    Typ: System.String
    Der Name der Navigationseigenschaft.

Rückgabewert

Typ: System.Data.Entity.Infrastructure.DbCollectionEntry
Ein Objekt, das die Navigationseigenschaft darstellt.

Siehe auch

Verweis

DbEntityEntry Klasse

System.Data.Entity.Infrastructure-Namespace