Overload List
| Name | Description | |
|---|---|---|
| LoadEntitiesFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>)) |
Load all entities of the given type EntityType.
You can choose which the fields to load.
| |
| LoadEntitiesFields<(Of <<'(EntityType>)>>)(EntityLoadOption) |
Load all entities of the given 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 Id, Single, Temporal, or Multiple.
| |
| LoadEntitiesFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), QueryCriteria) |
Load all entities of the given type EntityType filtered by criteria.
You can choose which the fields to load.
| |
| LoadEntitiesFields<(Of <<'(EntityType>)>>)(EntityLoadOption, QueryCriteria) |
Load all entities of the given type EntityType filtered by 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 Id, Single, Temporal, or Multiple.
|