Overload List

  NameDescription
Public methodLoadEntityFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), Object, array<Object>[]()[][])
Loads an entity of the given type EntityType specified by its id. The id can be a simple or multipart value. You can choose which the fields to load.
Public methodLoadEntityFields<(Of <<'(EntityType>)>>)(EntityLoadOption, Object, array<Object>[]()[][])
Loads an entity of the given type EntityType specified by its id. The id can be a simple or multipart value. 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 the the above mentioned cases.

See Also