Implemented interface member:
property
IsReadOnly
System.Collections.IList.IsReadOnly
2 overrides of IsReadOnly
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameterCollectionHelper.cs (1)
46public override bool IsReadOnly
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
385public override bool IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }