Adds a data table of a specified name to the data set, reads a schema and data to it.
Overload List
Adds a data table of a specified name to the data set, reads a schema and data to it.
public bool Fill(DataSet,string,string,bool);
Reads the schema and data to the data table.
public bool Fill(DataTable,string,bool);
See Also
AwDbData Class | Asterworld.Data Namespace