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

◆ Fill() [2/11]

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

Definition at line 445 of file DbDataAdapter.cs.

446 {
447 long scopeId = DataCommonEventSource.Log.EnterScope("<comm.DbDataAdapter.Fill|API> {0}, dataSet, startRecord={1}, maxRecords={2}, srcTable='{3}'", base.ObjectID, startRecord, maxRecords, srcTable);
448 try
449 {
453 }
454 finally
455 {
456 DataCommonEventSource.Log.ExitScope(scopeId);
457 }
458 }

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