Overload List
| Name | Description | |
|---|---|---|
| GetEntitiesFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>)) |
Load all entities of the given type EntityType.
You can choose which the fields to load.
Warning: all fields that are not loaded must be nullable.
| |
| GetEntitiesFields<(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.
Warning: all fields that are not loaded must be nullable.
| |
| GetEntitiesFields<(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.
Warning: all fields that are not loaded must be nullable.
| |
| GetEntitiesFields<(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.
Warning: all fields that are not loaded must be nullable.
|