EntityCoreTFieldsGetAllRelations 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.9.0.0 (5.9.0)
Syntaxprotected virtual List<IEntityRelation> GetAllRelations()
Protected Overridable Function GetAllRelations As List(Of IEntityRelation)
Return Value
Type: 
ListIEntityRelationA list of all the EntityRelation objects the type of this instance has. Hierarchy relations are excluded.
See Also