Overload List

  NameDescription
Public methodLoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), IEntity)
Loads a graph of all related entities to a given entity following "container" relations that is relations with a Role marked as a container. You can choose which the fields to load.
Public methodLoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), QueryCriteria)
Loads all entities of a given type EntityType filtered by a given criteria and continues to load the graph of all related entities following "container" relations that is relations with a Role marked as a container. You can choose which the fields to load.
Public methodLoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), array<Object>[]()[][])
Loads an entity of type EntityType specified by its id and continues to load the graph of all related entities following "container" relations that is relations with a Role marked as a container. You can choose which the fields to load.
Public methodLoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(EntityLoadOption, IEntity)
Loads a graph of all related entities to a given entity following "container" relations that is relations with a Role marked as a container. 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 methodLoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(EntityLoadOption, QueryCriteria)
Loads all entities of a given type EntityType filtered by a given criteria and continues to load the graph of all related entities following "container" relations that is relations with a Role marked as a container. 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 methodLoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(EntityLoadOption, array<Object>[]()[][])
Loads an entity of type EntityType specified by its id and continues to load the graph of all related entities following "container" relations that is relations with a Role marked as a container. 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 methodLoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(IRoleRelationQuery>)>>), IEntity)
Loads entities following a coherent graph of relations related to a given entity of type EntityType. You can choose which the fields to load.
Public methodLoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(IRoleRelationQuery>)>>), QueryCriteria)
Loads entities following a coherent graph of relations related to all entities of type EntityType that meet criteria You can choose which the fields to load.
Public methodLoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(IRoleRelationQuery>)>>), array<Object>[]()[][])
Loads entities following a coherent graph of relations related to a given entity or to all entities of type EntityType. You can choose which the fields to load.
Public methodLoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(EntityLoadOption, IEnumerable<(Of <<'(IRoleRelationQuery>)>>), IEntity)
Loads entities following a coherent graph of relations related to a given entity of type EntityType. 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 methodLoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(EntityLoadOption, IEnumerable<(Of <<'(IRoleRelationQuery>)>>), QueryCriteria)
Loads entities following a coherent graph of relations related to all entities of type EntityType that meet criteria 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 methodLoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(EntityLoadOption, IEnumerable<(Of <<'(IRoleRelationQuery>)>>), array<Object>[]()[][])
Loads entities following a coherent graph of relations related to a given entity or to all entities of type EntityType. 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