Standard Details Structs

Standard details structs are generated for all entity classes and contain all the attributes of the class. This struct is used as a data parameter to insert, reads and updates. Structs containing arrays of standard details structs are returned from standard readmulti operations.

Though standard details structs do not appear in the input meta-model they can be used as arguments to operations in the input meta-model.

The name given to standard details structs is the name of the corresponding entity with the word Dtls appended. For example, the standard details struct for the class Employer would be called EmployerDtls.