Overload List

  NameDescription
Public methodLoadAssociatedFields<(Of <<'(Role, EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), IEntity)
Loads all entities of type EntityType and role Role, associated to a given entity by the given relation Relation. You can choose which the fields to load.
Public methodLoadAssociatedFields<(Of <<'(EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), IEntity)
Loads all entities of type EntityType associated to a given entity by the given relation Relation. You can choose which the fields to load. If the role played by the associated type differs from EntityType, Role must be specified.
Public methodLoadAssociatedFields<(Of <<'(Role, EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), QueryCriteria)
Loads all entities that meet criteria and their assoicated entities of type EntityType and role Role, given the relation Relation. You can choose which the fields to load.
Public methodLoadAssociatedFields<(Of <<'(EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), QueryCriteria)
Loads all entities that meet criteria and their assoicated entities of type EntityType given the relation Relation. You can choose which the fields to load. If the role played by the associated type differs from EntityType, Role must be specified.
Public methodLoadAssociatedFields<(Of <<'(Role, EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), array<Object>[]()[][])
Loads one or all entities and their assoicated entities of type EntityType and role Role, given the relation Relation. You can choose which the fields to load.
Public methodLoadAssociatedFields<(Of <<'(EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), array<Object>[]()[][])
Loads one or all entities and their assoicated entities of type EntityType given the relation Relation. You can choose which the fields to load. If the role played by the associated type differs from EntityType, Role must be specified.
Public methodLoadAssociatedFields<(Of <<'(Role, EntityType, Relation>)>>)(EntityLoadOption, IEntity)
Loads all entities of type EntityType and role Role, associated to a given entity by the given relation Relation. For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
Public methodLoadAssociatedFields<(Of <<'(EntityType, Relation>)>>)(EntityLoadOption, IEntity)
Loads all entities of type EntityType associated to a given entity by the given relation Relation. For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases. If the role played by the associated type differs from EntityType, Role must be specified.
Public methodLoadAssociatedFields<(Of <<'(EntityType, Relation>)>>)(EntityLoadOption, QueryCriteria)
Loads all entities that meet criteria and their assoicated entities of type EntityType given the relation Relation. For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases. If the role played by the associated type differs from EntityType, Role must be specified.
Public methodLoadAssociatedFields<(Of <<'(Role, EntityType, Relation>)>>)(EntityLoadOption, QueryCriteria)
Loads all entities that meet criteria and their assoicated entities of type EntityType and role Role, given the relation Relation. For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
Public methodLoadAssociatedFields<(Of <<'(EntityType, Relation>)>>)(EntityLoadOption, array<Object>[]()[][])
Loads one or all entities and their assoicated entities of type EntityType given the relation Relation. For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases. If the role played by the associated type differs from EntityType, Role must be specified.
Public methodLoadAssociatedFields<(Of <<'(Role, EntityType, Relation>)>>)(EntityLoadOption, array<Object>[]()[][])
Loads one or all entities and their assoicated entities of type EntityType and role Role, given the relation Relation. For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.

See Also