DbParameterCollection.IList.IsReadOnly 属性

定义

获取一个值,该值指示 IList 是否为只读。Gets a value indicating whether the IList is read-only.

property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
member this.System.Collections.IList.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly

属性值

Boolean

如果 true 是只读的,则为 IList;否则为 falsetrue if the IList is read-only; otherwise, false.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 DbParameterCollection 实例被强制转换为 IList 接口时使用。It can be used only when the DbParameterCollection instance is cast to an IList interface.

适用于