EldorADO.NET Class Library

IObjectSource.Fill Method (DataSet, String, Type)

[This is preliminary documentation and subject to change.]

Fills the table named tableName in the dataset with all entities of type type.

[Visual Basic]
Sub Fill( _
   ByVal dataset As DataSet, _
   ByVal tableName As String, _
   ByVal type As Type _
)
[C#]
void Fill(
   DataSet dataset,
   string tableName,
   Type type
);

Parameters

dataset
The DataSet object to be filled.
tableName
The name of the DataTable inside the dataset that will contain the result.
type
The type of entities to fill the dataset with.

See Also

IObjectSource Interface | Eldorado.Object Namespace | IObjectSource.Fill Overload List