IDaoGetMultiAsDataTable Method | 
| Name | Description | |
|---|---|---|
| GetMultiAsDataTable(ISortExpression, IPredicate, IRelationCollection) | 
            Retrieves entities of the type this dao is for in a datatable which match the specified filter. It will always create a new connection to the database.
              | |
| GetMultiAsDataTable(IEntityFields, DataTable, IRetrievalQuery, ITransaction) | 
            Retrieves the results of the query specified into the tableToFill.
              | |
| GetMultiAsDataTable(Int64, ISortExpression, IPredicate, IRelationCollection, Int32, Int32) | 
            Retrieves entities of the type this dao is for in a datatable which match the specified filter. It will always create a new connection to the database.
              | |
| GetMultiAsDataTable(Int64, ISortExpression, IPredicate, IRelationCollection, ITransaction, Int32, Int32) | 
            Retrieves entities of the type this dao is for in a datatable which match the specified filter. It will always create a new connection to the database.
              | |
| GetMultiAsDataTable(IEntityFields, DataTable, ISortExpression, IPredicate, IRelationCollection, Boolean, ITransaction) | 
            Retrieves rows in the datatable provided which match the specified filter, containing the fields specified. It will always create a new connection to the database.
              | |
| GetMultiAsDataTable(IEntityFields, DataTable, Int64, ISortExpression, IPredicate, IRelationCollection, Boolean, IGroupByCollection, ITransaction, Int32, Int32) | Retrieves rows in the datatable provided which match the specified filter, containing the fields specified. It will always create a new connection to the database.  |