Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ClearBatch()

virtual void System.Data.Common.DbDataAdapter.ClearBatch ( )
inlineprotectedvirtual

Definition at line 217 of file DbDataAdapter.cs.

218 {
219 throw ADP.NotSupported();
220 }

References System.Data.Common.ADP.NotSupported().

Referenced by System.Data.Common.DbDataAdapter.Update().