EntitySet<TEntity>.ICollection<TEntity>.IsReadOnly Propriedade

Definição

Para uma descrição deste elemento, veja IsReadOnly.

property bool System::Collections::Generic::ICollection<TEntity>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<TEntity>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<TEntity>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of TEntity).IsReadOnly

Valor de Propriedade

true se a coleção for de apenas leitura; caso contrário, false.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a EntitySet<TEntity> instância é transmitida para uma ICollection<T> interface.

Aplica-se a