Overload List

  NameDescription
GetAssociated<(Of <(EntityType, Relation>)>)(IEntity)
Loads all entities of type EntityType associated to a given entity by the given relation Relation. If the role played by the associated type differs from EntityType, Role must be specified.
GetAssociated<(Of <(Role, EntityType, Relation>)>)(IEntity)
Loads all entities of type EntityType associated to a given entity by the given relation Relation. If the role played by the associated type differs from EntityType, Role must be specified.
GetAssociated<(Of <(EntityType, Relation>)>)(QueryCriteria)
Loads all entities that meet criteria and their assoicated entities of type EntityType given the relation Relation. If the role played by the associated type differs from EntityType, Role must be specified.
GetAssociated<(Of <(Role, EntityType, Relation>)>)(QueryCriteria)
Loads all entities that meet criteria and their associated entities of type EntityType and role Role, given the relation Relation.
GetAssociated<(Of <(Role, EntityType, Relation>)>)(array<Object>[]()[])
Loads one or all entities and their assoicated entities of type EntityType given the relation Relation.
GetAssociated<(Of <(EntityType, Relation>)>)(array<Object>[]()[])
Loads one or all entities and their assoicated entities of type EntityType given the relation Relation. If the role played by the associated type differs from EntityType, Role must be specified.

See Also