| PerformSelectEventArgs Constructor (IPredicateExpression, IRelationCollection, Int32, Int32, Int32, ISortExpression, ITypedListLgp, IEntityFields, Boolean, IGroupByCollection) | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic PerformSelectEventArgs(
	IPredicateExpression filter,
	IRelationCollection relations,
	int maxNumberOfItemsToReturn,
	int pageSize,
	int pageNumber,
	ISortExpression sorter,
	ITypedListLgp containedTypedList,
	IEntityFields fields,
	bool allowDuplicates,
	IGroupByCollection groupBy
)
Public Sub New ( 
	filter As IPredicateExpression,
	relations As IRelationCollection,
	maxNumberOfItemsToReturn As Integer,
	pageSize As Integer,
	pageNumber As Integer,
	sorter As ISortExpression,
	containedTypedList As ITypedListLgp,
	fields As IEntityFields,
	allowDuplicates As Boolean,
	groupBy As IGroupByCollection
)
Parameters
- filter
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicateExpression
The filter. - relations
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The relations. - maxNumberOfItemsToReturn
 - Type: SystemInt32
The max number of items to return. - pageSize
 - Type: SystemInt32
Size of the page. - pageNumber
 - Type: SystemInt32
The page number. - sorter
 - Type: SD.LLBLGen.Pro.ORMSupportClassesISortExpression
The sorter. - containedTypedList
 - Type: SD.LLBLGen.Pro.ORMSupportClassesITypedListLgp
The contained typed list. - fields
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFields
The fields. - allowDuplicates
 - Type: SystemBoolean
if set to true [allow duplicates]. - groupBy
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIGroupByCollection
The group by. 
See Also