EldorADO.NET Class Library | |
IObjectSource.Fill Method (DataSet, String, ObjectQuery, Object[])
[This is preliminary documentation and subject to change.]
Fills the table named tableName
in the dataset
with the result of the query.
Parameters
- dataset
- The DataSet object to be filled.
- tableName
- The name of the DataTable inside the dataset that will contain the result.
- query
- The query whose result fills the dataset.
- args
- Arguments used by the query.
See Also
IObjectSource Interface | Eldorado.Object Namespace | IObjectSource.Fill Overload List