Click or drag to resize
PropagatedRelationRemover Constructor
Initializes a new instance of the PropagatedRelationRemover class.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public PropagatedRelationRemover(
	IRelationCollection propagatedRelations
)

Parameters

propagatedRelations
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The propagated relations.
See Also