Overload List

  NameDescription
Public methodLoadEntitiesFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>))
Load all entities of the given type EntityType. You can choose which the fields to load.
Public methodLoadEntitiesFields<(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.
Public methodLoadEntitiesFields<(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.
Public methodLoadEntitiesFields<(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.

See Also