Click or drag to resize

EntityCore<TFields>.IEntityCore.GetAllRelations 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.4.0.0 (5.4.0)
Syntax
List<IEntityRelation> IEntityCore.GetAllRelations()

Return Value

Type: List<IEntityRelation>
A list of all the EntityRelation objects the type of this instance has. Hierarchy relations are excluded.

Implements

IEntityCore.GetAllRelations()
See Also