EntityCoreTFieldsEntityStaticMetaDataBaseGetAllRelations Method  | 
 
            Creates for all m:1, 1:1 and 1:n navigator the relationship object and adds it to a list and returns that list. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic List<IEntityRelation> GetAllRelations()
Public Function GetAllRelations As List(Of IEntityRelation)
Return Value
Type: 
ListIEntityRelation
See Also