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

◆ Fill() [1/11]

override int System.Data.Common.DbDataAdapter.Fill ( DataSet dataSet)
inlinevirtual

Reimplemented from System.Data.Common.DataAdapter.

Definition at line 415 of file DbDataAdapter.cs.

416 {
417 long scopeId = DataCommonEventSource.Log.EnterScope("<comm.DbDataAdapter.Fill|API> {0}, dataSet", base.ObjectID);
418 try
419 {
422 return Fill(dataSet, 0, 0, "Table", selectCommand, fillCommandBehavior);
423 }
424 finally
425 {
426 DataCommonEventSource.Log.ExitScope(scopeId);
427 }
428 }

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