EntitySet<TEntity>.ICollection<TEntity>.IsReadOnly Eigenschaft

Definition

Eine Beschreibung dieses Mitglieds finden Sie unter 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

Eigenschaftswert

truewenn die Sammlung schreibgeschützt ist; andernfalls . false

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die EntitySet<TEntity> Instanz in eine ICollection<T> Schnittstelle umgegossen wird.

Gilt für: