Click or drag to resize
RelationPredicateBucket Constructor (IPredicateExpression, IRelationCollection)
Initializes a new instance of the RelationPredicateBucket class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public RelationPredicateBucket(
	IPredicateExpression filter,
	IRelationCollection relationCollection
)

Parameters

filter
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicateExpression
The filter.
relationCollection
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The relation collection.
See Also