ITypedListLgp Methods | 
The ITypedListLgp type exposes the following members.
| Name | Description | |
|---|---|---|
| BuildRelationSet | Builds the relation set for this typed list.  | |
| BuildResultset | Builds the resultset fields.  | |
| Fill | 
            Fills itself with data. it builds a dynamic query and loads itself with that query. 
            Will use no sort filter, no select filter, will allow duplicate rows and will not limit the amount of rows returned
              | |
| Fill(Int64, ISortExpression) | 
            Fills itself with data. it builds a dynamic query and loads itself with that query. 
            Will not use a filter, will allow duplicate rows.
              | |
| Fill(Int64, ISortExpression, Boolean) | 
            Fills itself with data. it builds a dynamic query and loads itself with that query. 
            Will not use a filter.
              | |
| Fill(Int64, ISortExpression, Boolean, IPredicate) | 
            Fills itself with data. it builds a dynamic query and loads itself with that query, using the specified filter
              | |
| Fill(Int64, ISortExpression, Boolean, IPredicate, ITransaction) | 
            Fills itself with data. it builds a dynamic query and loads itself with that query, using the specified filter
              | |
| Fill(Int64, ISortExpression, Boolean, IPredicate, ITransaction, IGroupByCollection) | 
            Fills itself with data. it builds a dynamic query and loads itself with that query, using the specified filter
              | |
| Fill(Int64, ISortExpression, Boolean, IPredicate, ITransaction, IGroupByCollection, Int32, Int32) | 
            Fills itself with data. it builds a dynamic query and loads itself with that query, using the specified filter
              | |
| GetDbCount | 
            Gets the amount of rows in the database for this typed list, not skipping duplicates
              | |
| GetDbCount(Boolean) | 
            Gets the amount of rows in the database for this typed list.
              | |
| GetDbCount(Boolean, IPredicateExpression) | 
            Gets the amount of rows in the database for this typed list.
              | |
| GetDbCount(Boolean, IPredicateExpression, IRelationCollection) | 
            Gets the amount of rows in the database for this typed list.
              | |
| GetDbCount(Boolean, IPredicateExpression, IRelationCollection, GroupByCollection) | 
            Gets the amount of rows in the database for this typed list.
              |