EldorADO.NET Class Library

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

[This is preliminary documentation and subject to change.]

Fills the dataset with the result of the query.

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

Parameters

dataset
The DataSet object to be filled.
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