bclubb wrote:
if you are using selfservicing then you can use the .GetMultiAsDataTable method. Otherwise with adapter I believe you will need to use the ExecuteMultiRowDataTableRetrievalQuery method of the DataAccessAdapter.
On adapter, you'd use FetchTypedList()
as you can simply pass the fields of an entity to the method and it will fetch the data into the passed in datatable