Click or drag to resize
IEntityCoreGetAllRelations Method
Gets a list of all the EntityRelation objects the type of this instance has.

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
List<IEntityRelation> GetAllRelations()

Return Value

Type: ListIEntityRelation
A list of all the EntityRelation objects the type of this instance has. Hierarchy relations are excluded.
See Also