Overload List

  NameDescription
Public methodLoadAssociatedOnly<(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 methodLoadAssociatedOnly<(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 methodLoadAssociatedOnly<(Of <<'(EntityType, Relation>)>>)(array<Object>[]()[][])
Loads all entities of type EntityType given the relation Relation, associated to one or all related entities. If the role played by the associated type differs from EntityType, Role must be specified.
Public methodLoadAssociatedOnly<(Of <<'(Role, EntityType, Relation>)>>)(array<Object>[]()[][])
Loads all entities of type EntityType and role Role, given the relation Relation, associated to one or all related entities.
Public methodLoadAssociatedOnly<(Of <<'(Role, EntityType, Relation>)>>)(QueryCriteria)
Loads all entities of type EntityType and role Role, given the relation Relation, associated to entities that meet a given criteria.
Public methodLoadAssociatedOnly<(Of <<'(EntityType, Relation>)>>)(QueryCriteria)
Loads all entities of type EntityType given the relation Relation, associated to entities that meet a given criteria. If the role played by the associated type differs from EntityType, Role must be specified.

See Also