Overload List
| Name | Description | |
|---|---|---|
| LoadNotAssociatedAs<(Of <<'(Role, EntityType, Relation>)>>)()()()() |
Loads all entities of type EntityType and role Role, given the relation Relation that are not associated.
| |
| LoadNotAssociatedAs<(Of <<'(EntityType, Relation>)>>)()()()() |
Loads all entities of type EntityType given the relation Relation that are not associated.
If the role played by the not associated type differs from EntityType, Role must be specified.
|