Overload List
| Name | Description | |
|---|---|---|
| GetAssociatedOnly<(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.
| |
| GetAssociatedOnly<(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
| |
| GetAssociatedOnly<(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
| |
| GetAssociatedOnly<(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.
| |
| GetAssociatedOnly<(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.
| |
| GetAssociatedOnly<(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
|