Internal table components

Previous Next

For each database table defined in your repository, an internal table component is implicitly available. The name of each internal table component is the same as the name of the database table.

Do not confuse with user-defined table components. User-defined table components are components created to support the behaviour of a component table. They bear the name of the component table they support.

Each internal table component offers the following methods:

table.GetNextGeneratedUniqueValue()

 

See also

Internal components

Query protocol, component table