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.7.0.0 (5.7.0)
Syntax
public PerformGetDbCountEventArgs(
	IPredicateExpression filter,
	IRelationCollection relations,
	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.
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