EntityCollection<TEntity>.IListSource.ContainsListCollection Propriedade
Definição
Obtém um valor que indica se a coleção é uma coleção de entidades relacionada é composta por objetos da coleção.Gets a value that indicates whether the related entity collection consists of collection objects.
property bool System::ComponentModel::IListSource::ContainsListCollection { bool get(); };
bool System.ComponentModel.IListSource.ContainsListCollection { get; }
member this.System.ComponentModel.IListSource.ContainsListCollection : bool
ReadOnly Property ContainsListCollection As Boolean Implements IListSource.ContainsListCollection
Valor da propriedade
Essa propriedade sempre retorna false porque a EntityCollection<TEntity> contém objetos e não coleções.This property always returns false because the EntityCollection<TEntity> contains objects and not collections.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de EntityCollection<TEntity> é convertida em uma interface de IListSource.It can be used only when the EntityCollection<TEntity> instance is cast to an IListSource interface.