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

◆ Fill() [11/11]

int System.Data.Common.DbDataAdapter.Fill ( int startRecord,
int maxRecords,
params DataTable[] dataTables )
inline

Definition at line 509 of file DbDataAdapter.cs.

510 {
511 long scopeId = DataCommonEventSource.Log.EnterScope("<comm.DbDataAdapter.Fill|API> {0}, startRecord={1}, maxRecords={2}, dataTable[]", base.ObjectID, startRecord, maxRecords);
512 try
513 {
517 }
518 finally
519 {
520 DataCommonEventSource.Log.ExitScope(scopeId);
521 }
522 }

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