Fills the dataset with the result of the query.
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);
IObjectSource Interface | Eldorado.Object Namespace