| DataAccessAdapterCoreFetchTypedList Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | FetchTypedList(ITypedListLgp2) | 
            Fetches the fields passed in fieldCollectionToFetch from the persistent storage using the relations and filter information stored in
            the passed in typed list.
            For TypedView filling, use the method FetchTypedView()
             | 
|  | FetchTypedList(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()
             | 
|  | FetchTypedList(ITypedListLgp2, IPredicateExpression) | 
            Fetches the fields passed in fieldCollectionToFetch from the persistent storage using the relations and filter information stored in
            the passed in typed list.
            For TypedView filling, use the method FetchTypedView()
             | 
|  | FetchTypedList(IEntityFields2, DataTable, IRelationPredicateBucket) | 
            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. Doesn't apply any sorting, doesn't limit
            the resultset on the amount of rows to return, does allow duplicates.
            For TypedView filling, use the method FetchTypedView()
             | 
|  | FetchTypedList(IEntityFields2, DataTable, IRelationPredicateBucket, Boolean) | 
            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. Doesn't apply any sorting, doesn't limit
            the resultset on the amount of rows to return.
            For TypedView filling, use the method FetchTypedView()
             | 
|  | FetchTypedList(IEntityFields2, DataTable, IRelationPredicateBucket, Int32, Boolean) | 
            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. Doesn't apply any sorting.
            For TypedView filling, use the method FetchTypedView()
             | 
|  | FetchTypedList(ITypedListLgp2, IPredicateExpression, Int32, ISortExpression, Boolean) | 
            Fetches the fields passed in fieldCollectionToFetch from the persistent storage using the relations and filter information stored in
            the passed in typed list.
            For TypedView filling, use the method FetchTypedView()
             | 
|  | FetchTypedList(IEntityFields2, DataTable, IRelationPredicateBucket, Int32, ISortExpression, Boolean) | 
            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()
             | 
|  | FetchTypedList(IEntityFields2, DataTable, IRelationPredicateBucket, Int32, ISortExpression, Boolean, IGroupByCollection) | 
            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()
             | 
|  | FetchTypedList(ITypedListLgp2, IPredicateExpression, Int32, ISortExpression, Boolean, Int32, Int32) | 
            Fetches the fields passed in fieldCollectionToFetch from the persistent storage using the relations and filter information stored in
            the passed in typed list.
            For TypedView filling, use the method FetchTypedView()
             | 
|  | FetchTypedList(IEntityFields2, DataTable, IRelationPredicateBucket, Int32, ISortExpression, Boolean, IGroupByCollection, Int32, Int32) | 
            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()
             | 
 See Also
See Also