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

Definition

Eine Beschreibung dieses Elements 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

true, wenn die Auflistung schreibgeschützt ist, andernfalls false.

Implementiert

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die EntitySet<TEntity>-Instanz in eine ICollection<T>-Schnittstelle umgewandelt wird.

Gilt für: