Overload List

  NameDescription
GetAssociatedFields<(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. 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.
GetAssociatedFields<(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. Warning: all fields that are not loaded must be nullable.
GetAssociatedFields<(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. Warning: all fields that are not loaded must be nullable.
GetAssociatedFields<(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. 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.
GetAssociatedFields<(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. 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.
GetAssociatedFields<(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. Warning: all fields that are not loaded must be nullable.
GetAssociatedFields<(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. Warning: all fields that are not loaded must be nullable.
GetAssociatedFields<(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. 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.
GetAssociatedFields<(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. 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.
GetAssociatedFields<(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. Warning: all fields that are not loaded must be nullable.
GetAssociatedFields<(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. Warning: all fields that are not loaded must be nullable.
GetAssociatedFields<(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. 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