EldorADO.NET Class Library

IObjectSource.Fill Method

[This is preliminary documentation and subject to change.]

Fills the dataset with the result of the query.

Overload List

Fills the dataset with the result of the query.

void Fill(DataSet,ObjectQuery,params object[]);

Fills the table named tableName in the dataset with the result of the query.

void Fill(DataSet,string,ObjectQuery,params object[]);

Fills the dataset with the result of the query.

void Fill(DataSet,string,params object[]);

Fills the table named tableName in the dataset with the result of the query.

void Fill(DataSet,string,string,params object[]);

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

void Fill(DataSet,string,Type);

Fills the dataset with all entities of type type.

void Fill(DataSet,Type);

Fills the table with the result of the query.

void Fill(DataTable,ObjectQuery,params object[]);

Fills the table with the result of the query.

void Fill(DataTable,string,params object[]);

Fills the table with all entities of type type.

void Fill(DataTable,Type);

See Also

IObjectSource Interface | Eldorado.Object Namespace