Overload List

  NameDescription
Public methodGetAssociatedOnlyFields<(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. Does not load beginning entity and Relation You can choose which the fields to load. Warning: all fields that are not loaded must be nullable.
Public methodGetAssociatedOnlyFields<(Of <<'(EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), IEntity)
Loads all entities of type EntityType associated to a given entity by the given relation Relation. Does not load beginning entity and Relation You can choose which the fields to load. Warning: all fields that are not loaded must be nullable. If the role played by the associated type differs from EntityType, Role must be specified.
Public methodGetAssociatedOnlyFields<(Of <<'(Role, EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), 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 entities and Relation You can choose which the fields to load. Warning: all fields that are not loaded must be nullable.
Public methodGetAssociatedOnlyFields<(Of <<'(EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), QueryCriteria)
Loads all entities of type EntityType given the relation Relation, associated to entities that meet a given criteria. Does not load beginning entities and Relation You can choose which the fields to load. Warning: all fields that are not loaded must be nullable. If the role played by the associated type differs from EntityType, Role must be specified.
Public methodGetAssociatedOnlyFields<(Of <<'(EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), 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 You can choose which the fields to load. Warning: all fields that are not loaded must be nullable. If the role played by the associated type differs from EntityType, Role must be specified.
Public methodGetAssociatedOnlyFields<(Of <<'(Role, EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), 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 You can choose which the fields to load. Warning: all fields that are not loaded must be nullable.
Public methodGetAssociatedOnlyFields<(Of <<'(EntityType, Relation>)>>)(EntityLoadOption, IEntity)
Loads all entities of type EntityType associated to a given entity by the given relation Relation. Does not load beginning entity and 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. Warning: all fields that are not loaded must be nullable. If the role played by the associated type differs from EntityType, Role must be specified.
Public methodGetAssociatedOnlyFields<(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. Does not load beginning entity and 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. Warning: all fields that are not loaded must be nullable.
Public methodGetAssociatedOnlyFields<(Of <<'(Role, EntityType, Relation>)>>)(EntityLoadOption, 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 entities and 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. Warning: all fields that are not loaded must be nullable.
Public methodGetAssociatedOnlyFields<(Of <<'(EntityType, Relation>)>>)(EntityLoadOption, QueryCriteria)
Loads all entities of type EntityType given the relation Relation, associated to entities that meet a given criteria. Does not load beginning entities and 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. Warning: all fields that are not loaded must be nullable. If the role played by the associated type differs from EntityType, Role must be specified.
Public methodGetAssociatedOnlyFields<(Of <<'(Role, EntityType, Relation>)>>)(EntityLoadOption, 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 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. Warning: all fields that are not loaded must be nullable.
Public methodGetAssociatedOnlyFields<(Of <<'(EntityType, Relation>)>>)(EntityLoadOption, 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 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. Warning: all fields that are not loaded must be nullable. If the role played by the associated type differs from EntityType, Role must be specified.

See Also