Sdílet prostřednictvím


DbEntityEntry.Reference(String) Metoda

Definice

Získá objekt, který představuje odkaz (tj. mimo kolekci) navigační vlastnost z této entity do jiné entity.

public System.Data.Entity.Infrastructure.DbReferenceEntry Reference(string navigationProperty);
member this.Reference : string -> System.Data.Entity.Infrastructure.DbReferenceEntry
Public Function Reference (navigationProperty As String) As DbReferenceEntry

Parametry

navigationProperty
String

Název vlastnosti navigace.

Návraty

Objekt představující vlastnost navigace.

Platí pro