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

◆ Fill() [4/11]

int System.Data.Common.DbDataAdapter.Fill ( DataSet dataSet,
string srcTable )
inline

Definition at line 430 of file DbDataAdapter.cs.

431 {
432 long scopeId = DataCommonEventSource.Log.EnterScope("<comm.DbDataAdapter.Fill|API> {0}, dataSet, srcTable='{1}'", base.ObjectID, srcTable);
433 try
434 {
438 }
439 finally
440 {
441 DataCommonEventSource.Log.ExitScope(scopeId);
442 }
443 }

References System.Data.Common.DbDataAdapter._IDbDataAdapter, System.ComponentModel.Fill, System.Data.Common.DbDataAdapter.FillCommandBehavior, System.Data.DataCommonEventSource.Log, and System.Data.IDbDataAdapter.SelectCommand.