Overload List
| Name | Description | |
|---|---|---|
| GetEntities<(Of <<'(EntityType>)>>)()()()() |
Load all entities of the given 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 LoadEntityFields or LoadEntitiesFields methods.
| |
| GetEntities<(Of <<'(EntityType>)>>)(QueryCriteria) |
Load all entities of the given type EntityType filtered by criteria.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntityFields or LoadEntitiesFields methods.
|