IEntityWithRelationships.RelationshipManager Propriedade
Definição
Retorna o gerenciador de relacionamento que gerencia os relacionamentos para uma instância de um tipo de entidade.Returns the relationship manager that manages relationships for an instance of an entity type.
public:
property System::Data::Objects::DataClasses::RelationshipManager ^ RelationshipManager { System::Data::Objects::DataClasses::RelationshipManager ^ get(); };
public System.Data.Objects.DataClasses.RelationshipManager RelationshipManager { get; }
member this.RelationshipManager : System.Data.Objects.DataClasses.RelationshipManager
Public ReadOnly Property RelationshipManager As RelationshipManager
Valor da propriedade
O RelationshipManager para esta entidade.The RelationshipManager for this entity.
Comentários
Obtém o RelationshipManager para uma instância de tipo de entidade.Gets the RelationshipManager for an entity type instance. Serviços de Objeto usa essa propriedade para fornecer acesso a objetos relacionados.Object Services uses this property to provide access to related objects.