Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
public List<IEntityRelation> GetAllRelations()

Return Value

Type: ListIEntityRelation
See Also