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

◆ FillSchema() [3/7]

DataTable[] System.Data.Common.DbDataAdapter.FillSchema ( DataSet dataSet,
SchemaType schemaType,
string srcTable )
inline

Definition at line 307 of file DbDataAdapter.cs.

308 {
309 long scopeId = DataCommonEventSource.Log.EnterScope("<comm.DbDataAdapter.FillSchema|API> {0}, dataSet, schemaType={1}, srcTable={2}", base.ObjectID, (int)schemaType, srcTable);
310 try
311 {
315 }
316 finally
317 {
318 DataCommonEventSource.Log.ExitScope(scopeId);
319 }
320 }
DataTable? FillSchema(DataTable dataTable, SchemaType schemaType)

References System.Data.Common.DbDataAdapter._IDbDataAdapter, System.Data.Common.DbDataAdapter.FillCommandBehavior, System.Data.Common.DbDataAdapter.FillSchema(), System.Data.DataCommonEventSource.Log, and System.Data.IDbDataAdapter.SelectCommand.