RelationshipManager.InitializeRelatedCollection<TTargetEntity> Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Usa um EntityCollection existente que foi criado com o construtor padrão e inicializa-o usando a relação fornecida e os nomes de função de destino. Esse método foi projetado para ser usado somente durante a desserialização e gerará uma exceção se a EntityCollection fornecida já tiver sido inicializada ou se o gerenciador de relacionamentos já estiver anexado a um ObjectContext.
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void InitializeRelatedCollection<TTargetEntity> (string relationshipName, string targetRoleName, System.Data.Entity.Core.Objects.DataClasses.EntityCollection<TTargetEntity> entityCollection) where TTargetEntity : class;
member this.InitializeRelatedCollection : string * string * System.Data.Entity.Core.Objects.DataClasses.EntityCollection<'argetEntity (requires 'argetEntity : null)> -> unit (requires 'argetEntity : null)
Public Sub InitializeRelatedCollection(Of TTargetEntity As Class) (relationshipName As String, targetRoleName As String, entityCollection As EntityCollection(Of TTargetEntity))
Parâmetros de tipo
- TTargetEntity
Tipo da entidade representada por targetRoleName
Parâmetros
- relationshipName
- String
O nome da relação.
- targetRoleName
- String
O nome da função de destino.
- entityCollection
- EntityCollection<TTargetEntity>
Um EntityCollection existente.
- Atributos
Aplica-se a
Entity Framework