Click or drag to resize

PerformSelectEventArgs Constructor (IPredicateExpression, IRelationCollection, Int32, Int32, Int32, ISortExpression, ITypedView, IEntityFields, 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.11.0.0 (5.11.23.1114)
Syntax
public PerformSelectEventArgs(
	IPredicateExpression filter,
	IRelationCollection relations,
	int maxNumberOfItemsToReturn,
	int pageSize,
	int pageNumber,
	ISortExpression sorter,
	ITypedView containedTypedView,
	IEntityFields fields,
	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.
containedTypedView
Type: SD.LLBLGen.Pro.ORMSupportClasses.ITypedView
The contained typed view.
fields
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityFields
The fields.
groupBy
Type: SD.LLBLGen.Pro.ORMSupportClasses.IGroupByCollection
The group by.
See Also