ObjectParameterCollection.ICollection<ObjectParameter>.IsReadOnly Özellik

Tanım

Koleksiyonun salt okunur olup olmadığını veya değiştirilip değiştirilemeyeceğini gösteren bir değer alır.

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

Özellik Değeri

Koleksiyon salt okunursa ve false koleksiyonun boole değeri true değiştirilebilir.

Uygulamalar

Açıklamalar

Bu koleksiyon her zaman okunur/yazılır; parametreleri eklenebilir, kaldırılabilir ve değiştirilebilir.

Şunlara uygulanır