通过


ObjectParameterCollection.ICollection<ObjectParameter>.IsReadOnly 属性

定义

获取一个值,该值指示集合是只读还是可修改。

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

属性值

一个布尔值,即 true 集合是只读的,并且 false 可以修改集合。

实现

注解

此集合始终是可读/写的;可以添加、删除和修改参数。

适用于