Click or drag to resize
SelfServicingExtensionMethodsFetchAsDataTable Method
Overload List
  NameDescription
Public methodStatic memberFetchAsDataTable(IDao, DynamicQuery)
Fetches the specified query into a new DataTable specified and returns that datatable.
Public methodStatic memberFetchAsDataTable(IDao, DynamicQuery, ITransaction)
Fetches the specified query into a new DataTable specified and returns that datatable.
Public methodStatic memberFetchAsDataTable(IDao, DynamicQuery, DataTable)
Fetches the specified query into the DataTable specified and returns that datatable.
Public methodStatic memberFetchAsDataTable(IDao, DynamicQuery, DataTable, ITransaction)
Fetches the specified query into the DataTable specified and returns that datatable.
Top
See Also