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

◆ AddToBatch()

virtual int System.Data.Common.DbDataAdapter.AddToBatch ( IDbCommand command)
inlineprotectedvirtual

Definition at line 212 of file DbDataAdapter.cs.

213 {
214 throw ADP.NotSupported();
215 }

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

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