Click or drag to resize
PerformGetDbCountEventArgs2 Constructor (IRelationPredicateBucket, IEntityFields2, IGroupByCollection)
Initializes a new instance of the PerformGetDbCountEventArgs2 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 PerformGetDbCountEventArgs2(
	IRelationPredicateBucket filter,
	IEntityFields2 fields,
	IGroupByCollection groupBy
)

Parameters

filter
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationPredicateBucket
The filter.
fields
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFields2
The fields.
groupBy
Type: SD.LLBLGen.Pro.ORMSupportClassesIGroupByCollection
The group by.
See Also