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

◆ InitializeBatching()

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

Definition at line 670 of file DbDataAdapter.cs.

671 {
672 throw ADP.NotSupported();
673 }

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

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