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.4.0.0 (5.4.0)
Syntaxprotected virtual void OnRelationSetBuilt(
	IRelationCollection relations
)
Protected Overridable Sub OnRelationSetBuilt ( 
	relations As IRelationCollection
)
Parameters
- relations
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The relations collection of the typed list 
See Also