Click or drag to resize
PerformGetDbCountEventArgs Constructor (IPredicateExpression, IRelationCollection, IEntityFields, Boolean, 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 PerformGetDbCountEventArgs(
	IPredicateExpression filter,
	IRelationCollection relations,
	IEntityFields fields,
	bool allowDuplicates,
	IGroupByCollection groupBy
)

Parameters

filter
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicateExpression
The filter.
relations
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The relations.
fields
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFields
The fields.
allowDuplicates
Type: SystemBoolean
if set to true [allow duplicates].
groupBy
Type: SD.LLBLGen.Pro.ORMSupportClassesIGroupByCollection
The group by.
See Also