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

◆ FillSchema() [5/7]

DataTable? System.Data.Common.DbDataAdapter.FillSchema ( DataTable dataTable,
SchemaType schemaType )
inline

Definition at line 271 of file DbDataAdapter.cs.

272 {
273 long scopeId = DataCommonEventSource.Log.EnterScope("<comm.DbDataAdapter.FillSchema|API> {0}, dataTable, schemaType={1}", base.ObjectID, schemaType);
274 try
275 {
279 }
280 finally
281 {
282 DataCommonEventSource.Log.ExitScope(scopeId);
283 }
284 }
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.

Referenced by System.Data.Common.DbDataAdapter.FillSchema(), System.Data.Common.DbDataAdapter.FillSchema(), System.Data.Common.DbDataAdapter.FillSchema(), and System.Data.Common.DbDataAdapter.FillSchemaInternal().