EldorADO.NET Class Library

IObjectSource.Fill Method (DataTable, Type)

[This is preliminary documentation and subject to change.]

Fills the table with all entities of type type.

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

Parameters

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