Click or drag to resize
PerformSelectEventArgs Constructor (IPredicateExpression, IRelationCollection, Int32, Int32, Int32, ISortExpression, ITypedListLgp, IEntityFields, 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 PerformSelectEventArgs(
	IPredicateExpression filter,
	IRelationCollection relations,
	int maxNumberOfItemsToReturn,
	int pageSize,
	int pageNumber,
	ISortExpression sorter,
	ITypedListLgp containedTypedList,
	IEntityFields fields,
	bool allowDuplicates,
	IGroupByCollection groupBy
)

Parameters

filter
Type: SD.LLBLGen.Pro.ORMSupportClasses.IPredicateExpression
The filter.
relations
Type: SD.LLBLGen.Pro.ORMSupportClasses.IRelationCollection
The relations.
maxNumberOfItemsToReturn
Type: System.Int32
The max number of items to return.
pageSize
Type: System.Int32
Size of the page.
pageNumber
Type: System.Int32
The page number.
sorter
Type: SD.LLBLGen.Pro.ORMSupportClasses.ISortExpression
The sorter.
containedTypedList
Type: SD.LLBLGen.Pro.ORMSupportClasses.ITypedListLgp
The contained typed list.
fields
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityFields
The fields.
allowDuplicates
Type: System.Boolean
if set to true [allow duplicates].
groupBy
Type: SD.LLBLGen.Pro.ORMSupportClasses.IGroupByCollection
The group by.
See Also