DbEntityEntry<TEntity>.Reference-Methode (String)
[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 Referenznavigationseigenschaft (d. h. keine Auflistung) von dieser Entität für eine andere Entität darstellt.
Namespace: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Function Reference ( _
navigationProperty As String _
) As DbReferenceEntry
'Usage
Dim instance As DbEntityEntry
Dim navigationProperty As String
Dim returnValue As DbReferenceEntry
returnValue = instance.Reference(navigationProperty)
public DbReferenceEntry Reference(
string navigationProperty
)
public:
DbReferenceEntry^ Reference(
String^ navigationProperty
)
member Reference :
navigationProperty:string -> DbReferenceEntry
public function Reference(
navigationProperty : String
) : DbReferenceEntry
Parameter
- navigationProperty
Typ: System.String
Der Name der Navigationseigenschaft.
Rückgabewert
Typ: System.Data.Entity.Infrastructure.DbReferenceEntry
Ein Objekt, das die Navigationseigenschaft darstellt.