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