IDataAccessAdapterFetchTypedList Method (DataTable, QueryParameters) | 
 
            Fetches the fields passed in fieldCollectionToFetch from the persistent storage using the relations and filter information stored in
            filterBucket into the DataTable object passed in. Use this routine to fill a typed list object.
            For TypedView filling, use the method FetchTypedView()
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxvoid FetchTypedList(
	DataTable dataTableToFill,
	QueryParameters parameters
)
Sub FetchTypedList ( 
	dataTableToFill As DataTable,
	parameters As QueryParameters
)
Parameters
- dataTableToFill
 - Type: System.DataDataTable
The datatable object to fill with the data for the fields in fieldCollectionToFetch - parameters
 - Type: SD.LLBLGen.Pro.ORMSupportClassesQueryParameters
The parameters. 
See Also