Click or drag to resize
PerformGetDbCountEventArgs2 Constructor (IRelationPredicateBucket, IEntityCollection2)
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,
	IEntityCollection2 containedCollection
)

Parameters

filter
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationPredicateBucket
The filter.
containedCollection
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection2
The contained collection.
See Also