Overload List

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

See Also