EldorADO.NET Class Library

IObjectSource.Fill Method (DataSet, String, String, Object[])

[This is preliminary documentation and subject to change.]

Fills the table named tableName in the dataset with the result of the query.

[Visual Basic]
Sub Fill( _
   ByVal dataset As DataSet, _
   ByVal tableName As String, _
   ByVal query As String, _
   ParamArray args As Object() _
)
[C#]
void Fill(
   DataSet dataset,
   string tableName,
   string query,
   params object[] args
);

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