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