Click or drag to resize
PerformSelectEventArgs2 Constructor (IRelationPredicateBucket, Int32, Int32, Int32, ISortExpression, ITypedListLgp2, IEntityFields2, Boolean, IGroupByCollection)
Initializes a new instance of the PerformSelectEventArgs2 class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public PerformSelectEventArgs2(
	IRelationPredicateBucket filter,
	int maxNumberOfItemsToReturn,
	int pageSize,
	int pageNumber,
	ISortExpression sorter,
	ITypedListLgp2 containedTypedList,
	IEntityFields2 fields,
	bool allowDuplicates,
	IGroupByCollection groupBy
)

Parameters

filter
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationPredicateBucket
The filter.
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.ORMSupportClassesITypedListLgp2
The contained typed list.
fields
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFields2
The fields.
allowDuplicates
Type: SystemBoolean
if set to true [allow duplicates].
groupBy
Type: SD.LLBLGen.Pro.ORMSupportClassesIGroupByCollection
The group by.
See Also