2 implementations of Cancel
System.Data.Common (1)
System\Data\Common\DbCommand.cs (1)
99public abstract void Cancel();
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
44public override void Cancel() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }