EldorADO.NET Class Library

IObjectSource.Fill Method (DataSet, Type)

[This is preliminary documentation and subject to change.]

Fills the dataset with all entities of type type.

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

Parameters

dataset
The DataSet object to be filled.
type
The type of entities to fill the dataset with.

See Also

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