DbParameterCollection.IList.IsReadOnly 属性
定义
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
属性值
如果 true 是只读的,则为 IList;否则为 false。true 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.