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

◆ TerminateBatching()

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

Definition at line 764 of file DbDataAdapter.cs.

765 {
766 throw ADP.NotSupported();
767 }

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

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