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.4.0.0 (5.4.0)
Syntax public List<IEntityRelation> GetAllRelations()
Public Function GetAllRelations As List(Of IEntityRelation)
Return Value
Type:
ListIEntityRelationSee Also