Udostępnij za pośrednictwem


RelationshipManager.InitializeRelatedReference<TTargetEntity> Metoda

Definicja

Przyjmuje istniejącą właściwość EntityReference utworzoną przy użyciu konstruktora domyślnego i inicjuje ją przy użyciu podanych nazw relacji i ról docelowych. Ta metoda jest przeznaczona do użycia tylko podczas deserializacji i zgłosi wyjątek, jeśli podana funkcja EntityReference została już zainicjowana, jeśli menedżer relacji zawiera już relację z tą nazwą i rolą docelową lub jeśli menedżer relacji jest już dołączony do obiektu ObjectContext.W

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void InitializeRelatedReference<TTargetEntity> (string relationshipName, string targetRoleName, System.Data.Entity.Core.Objects.DataClasses.EntityReference<TTargetEntity> entityReference) where TTargetEntity : class;
member this.InitializeRelatedReference : string * string * System.Data.Entity.Core.Objects.DataClasses.EntityReference<'argetEntity (requires 'argetEntity : null)> -> unit (requires 'argetEntity : null)
Public Sub InitializeRelatedReference(Of TTargetEntity As Class) (relationshipName As String, targetRoleName As String, entityReference As EntityReference(Of TTargetEntity))

Parametry typu

TTargetEntity

Typ EntityReference<TEntity> inicjowanego obiektu.

Parametry

relationshipName
String

Nazwa relacji.

targetRoleName
String

Nazwa roli powiązanego końca.

entityReference
EntityReference<TTargetEntity>

Element EntityReference<TEntity> do zainicjowania.

Atrybuty

Wyjątki

Jeśli podany EntityReference<TEntity> element jest już zainicjowany.-or-Gdy menedżer relacji jest już dołączony do ObjectContext menedżera relacji lub, gdy menedżer relacji zawiera już relację z tą nazwą i rolą docelową.

Dotyczy