Overload List
| Name | Description | |
|---|---|---|
| LoadEntitiesGraph<(Of <<'(EntityType>)>>)(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.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntityGraphFields or LoadEntitiesGraphFields methods.
| |
| LoadEntitiesGraph<(Of <<'(EntityType>)>>)(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.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntityGraphFields or LoadEntitiesGraphFields methods.
| |
| LoadEntitiesGraph<(Of <<'(EntityType>)>>)(QueryCriteria) |
Loads all entities of the given type EntityType filtered by criteria and continues to load the graph of all related entities following "container" relations that is relations with a Role marked as a container.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntitiesGraphFields methods.
| |
| LoadEntitiesGraph<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(IRoleRelationQuery>)>>), IEntity) |
Loads entities following a coherent graph of relations related to a given entity of type EntityType.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntitiesGraphFields methods.
| |
| LoadEntitiesGraph<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(IRoleRelationQuery>)>>), QueryCriteria) |
Loads entities following a coherent graph of relations related to all entities of type EntityType that meet criteria
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntitiesGraphFields methods.
| |
| LoadEntitiesGraph<(Of <<'(EntityType>)>>)(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.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntitiesGraphFields methods.
|