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

◆ CreateDbBatch()

virtual DbBatch System.Data.Common.DbConnection.CreateDbBatch ( )
inlineprotectedvirtual

Definition at line 136 of file DbConnection.cs.

137 {
138 throw new NotSupportedException();
139 }

Referenced by System.Data.Common.DbConnection.CreateBatch().