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

◆ ExecuteBatch()

virtual int System.Data.Common.DbDataAdapter.ExecuteBatch ( )
inlineprotectedvirtual

Definition at line 265 of file DbDataAdapter.cs.

266 {
267 throw ADP.NotSupported();
268 }

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

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