Click or drag to resize
PerformGetDbCountEventArgs Constructor (IPredicateExpression, IRelationCollection, IEntityCollection)
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,
	IEntityCollection containedCollection
)

Parameters

filter
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicateExpression
The filter.
relations
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The relations.
containedCollection
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection
The contained collection.
See Also