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

◆ FillFromReader() [1/3]

int System.Data.Common.DataAdapter.FillFromReader ( DataSet dataset,
DataTable datatable,
string srcTable,
DataReaderContainer dataReader,
int startRecord,
int maxRecords )
inlinepackageinherited

Definition at line 501 of file DataAdapter.cs.

502 {
503 return FillFromReader(dataset, datatable, srcTable, dataReader, startRecord, maxRecords, null, null);
504 }
int FillFromReader(DataSet dataset, DataTable datatable, string srcTable, DataReaderContainer dataReader, int startRecord, int maxRecords)

References System.Data.Common.DataAdapter.FillFromReader().

Referenced by System.Data.Common.DataAdapter.Fill(), System.Data.Common.DataAdapter.Fill(), System.Data.Common.DataAdapter.FillFromReader(), and System.Data.ProviderBase.SchemaMapping.LoadDataRowChapters().