EntitySet<TEntity>.ICollection<TEntity>.IsReadOnly Özellik

Tanım

Bu üyenin açıklaması için bkz 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

Özellik Değeri

Koleksiyonun salt okunursa true; değilse, false.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir ICollection<T> arabirime EntitySet<TEntity> yayınlandığında kullanılabilir.

Şunlara uygulanır