Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Load()
[2/3]
void
System.Data.DataSet.Load
(
IDataReader
reader
,
LoadOption
loadOption
,
params
DataTable
[]
tables
)
inline
Definition at line
3000
of file
DataSet.cs
.
3001
{
3002
Load
(reader,
loadOption
,
null
,
tables
);
3003
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Data.DataSet.Load
virtual void Load(IDataReader reader, LoadOption loadOption, FillErrorEventHandler? errorHandler, params DataTable[] tables)
Definition
DataSet.cs:2967
References
System.Data.DataSet.Load()
.
System
Data
DataSet
Generated by
1.10.0