SelfServicingExtensionMethodsFetchAsDataTable Method |
Name | Description | |
---|---|---|
FetchAsDataTable(IDao, DynamicQuery) |
Fetches the specified query into a new DataTable specified and returns that datatable.
| |
FetchAsDataTable(IDao, DynamicQuery, ITransaction) |
Fetches the specified query into a new DataTable specified and returns that datatable.
| |
FetchAsDataTable(IDao, DynamicQuery, DataTable) |
Fetches the specified query into the DataTable specified and returns that datatable.
| |
FetchAsDataTable(IDao, DynamicQuery, DataTable, ITransaction) |
Fetches the specified query into the DataTable specified and returns that datatable.
|