PerformSelectEventArgs Constructor (IPredicateExpression, IRelationCollection, Int32, Int32, Int32, ISortExpression, ITypedView, IEntityFields, IGroupByCollection) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax public PerformSelectEventArgs(
IPredicateExpression filter,
IRelationCollection relations,
int maxNumberOfItemsToReturn,
int pageSize,
int pageNumber,
ISortExpression sorter,
ITypedView containedTypedView,
IEntityFields fields,
IGroupByCollection groupBy
)
Public Sub New (
filter As IPredicateExpression,
relations As IRelationCollection,
maxNumberOfItemsToReturn As Integer,
pageSize As Integer,
pageNumber As Integer,
sorter As ISortExpression,
containedTypedView As ITypedView,
fields As IEntityFields,
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. - containedTypedView
- Type: SD.LLBLGen.Pro.ORMSupportClassesITypedView
The contained typed view. - fields
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFields
The fields. - groupBy
- Type: SD.LLBLGen.Pro.ORMSupportClassesIGroupByCollection
The group by.
See Also