Overload List

  NameDescription
Public methodLoadAssociated<(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.
Public methodLoadAssociated<(Of <<'(Role, EntityType, Relation>)>>)(IEntity)
Loads all entities of type EntityType and role Role, associated to a given entity by the given relation Relation.
Public methodLoadAssociated<(Of <<'(Role, EntityType, Relation>)>>)(array<Object>[]()[][])
Loads one or all entities and their assoicated entities of type EntityType and role Role, given the relation Relation.
Public methodLoadAssociated<(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.
Public methodLoadAssociated<(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.
Public methodLoadAssociated<(Of <<'(Role, EntityType, Relation>)>>)(QueryCriteria)
Loads all entities that meet criteria and their assoicated entities of type EntityType and role Role, given the relation Relation.

See Also