RelationCollectionPreprocessRelations Method |
Preprocesses the relations in this relationcollection
The start/end entity can have an inheritance info object with them, causing these relations to
be inserted at that spot, where the additional relations for the start entity are added BEFORE the actual relation and the relations for the
end entity AFTER the actual relation.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public RelationCollection PreprocessRelations()
Public Function PreprocessRelations As RelationCollection
Return Value
Type:
RelationCollectionthe full set of relations to process
See Also