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

◆ CreateBatchCommand()

virtual DbBatchCommand System.Data.Common.DbProviderFactory.CreateBatchCommand ( )
inlinevirtual

Definition at line 47 of file DbProviderFactory.cs.

48 {
49 throw new NotSupportedException();
50 }