Click or drag to resize
TypedListCoreOnRelationSetBuilt Method
Method which is called at the end of the generated BuildRelationSet method and which can be used to add additional relations to the relationcollection of the typedlist.

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
protected virtual void OnRelationSetBuilt(
	IRelationCollection relations
)

Parameters

relations
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The relations collection of the typed list
See Also