EldorADO.NET Class Library

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

[This is preliminary documentation and subject to change.]

Fills the table with the result of the query.

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

Parameters

table
The DataTable 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