Loads Relation data related to an Entity instance.

Namespace:  Aspectize.Core
Assembly:  AspectizeDAL (in AspectizeDAL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
List<Relation> GetRelations<Role, EntityType, Relation>(
	IEntity entity
)
where EntityType : new(), Entity
where Relation : new(), DataWrapper
Visual Basic (Declaration)
Function GetRelations(Of Role, EntityType As {New, Entity}, Relation As {New, DataWrapper}) ( _
	entity As IEntity _
) As List(Of Relation)

Parameters

entity
Type: IEntity
The given stronly typed entity.

Type Parameters

Role
Role close to the given Entity
EntityType
Type of Entity
Relation
Type of Relation

Return Value

[Missing <returns> documentation for "M:Aspectize.Core.IDataManager.GetRelations``3(Aspectize.Core.IEntity)"]

See Also