Udostępnij za pośrednictwem


RelationshipManager.InitializeRelatedCollection<TTargetEntity> Metoda

Definicja

Inicjuje istniejącą EntityCollection<TEntity> , która została utworzona przy użyciu konstruktora bez parametrów.

public:
generic <typename TTargetEntity>
 where TTargetEntity : class, System::Data::Objects::DataClasses::IEntityWithRelationships void InitializeRelatedCollection(System::String ^ relationshipName, System::String ^ targetRoleName, System::Data::Objects::DataClasses::EntityCollection<TTargetEntity> ^ entityCollection);
public:
generic <typename TTargetEntity>
 where TTargetEntity : class void InitializeRelatedCollection(System::String ^ relationshipName, System::String ^ targetRoleName, System::Data::Objects::DataClasses::EntityCollection<TTargetEntity> ^ entityCollection);
[System.ComponentModel.Browsable(false)]
public void InitializeRelatedCollection<TTargetEntity> (string relationshipName, string targetRoleName, System.Data.Objects.DataClasses.EntityCollection<TTargetEntity> entityCollection) where TTargetEntity : class, System.Data.Objects.DataClasses.IEntityWithRelationships;
[System.ComponentModel.Browsable(false)]
public void InitializeRelatedCollection<TTargetEntity> (string relationshipName, string targetRoleName, System.Data.Objects.DataClasses.EntityCollection<TTargetEntity> entityCollection) where TTargetEntity : class;
[<System.ComponentModel.Browsable(false)>]
member this.InitializeRelatedCollection : string * string * System.Data.Objects.DataClasses.EntityCollection<'argetEntity (requires 'argetEntity : null and 'argetEntity :> System.Data.Objects.DataClasses.IEntityWithRelationships)> -> unit (requires 'argetEntity : null and 'argetEntity :> System.Data.Objects.DataClasses.IEntityWithRelationships)
[<System.ComponentModel.Browsable(false)>]
member this.InitializeRelatedCollection : string * string * System.Data.Objects.DataClasses.EntityCollection<'argetEntity (requires 'argetEntity : null)> -> unit (requires 'argetEntity : null)
Public Sub InitializeRelatedCollection(Of TTargetEntity As {Class, IEntityWithRelationships}) (relationshipName As String, targetRoleName As String, entityCollection As EntityCollection(Of TTargetEntity))
Public Sub InitializeRelatedCollection(Of TTargetEntity As Class) (relationshipName As String, targetRoleName As String, entityCollection As EntityCollection(Of TTargetEntity))

Parametry typu

TTargetEntity

Typ EntityCollection<TEntity> inicjowanego obiektu.

Parametry

relationshipName
String

Nazwa relacji.

targetRoleName
String

Nazwa roli powiązanego końca.

entityCollection
EntityCollection<TTargetEntity>

Element EntityCollection<TEntity> do zainicjowania.

Atrybuty

Wyjątki

Po zainicjowaniu podanego EntityCollection<TEntity> .

-lub-

Gdy menedżer relacji jest już dołączony do elementu ObjectContext.

-lub-

Gdy menedżer relacji zawiera już relację z tą nazwą i rolą docelową.

Uwagi

Metoda InitializeRelatedCollection inicjuje istniejącą EntityCollection<TEntity> , która została utworzona przy użyciu konstruktora bez parametrów. Element EntityCollection<TEntity> jest inicjowany przy użyciu podanych nazw relacji i ról docelowych.

Metoda InitializeRelatedCollection jest używana tylko podczas deserializacji.

Dotyczy