Click or drag to resize
RelationPredicateBucket Constructor (IPredicate, IRelation)
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(
	IPredicate filterToUse,
	IRelation relationToUse
)

Parameters

filterToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The filter to use.
relationToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelation
The relation to use.
See Also