UpdateColumn
Table of Contents
Within the AI-Framework, creating a table or make changes in a table can all be done in model.
See also Tables
Application
The UpdateColumn is used when ...
Code example
In the code example below, ...
Private PropertyType PropertyName
{
get
{
return Something(...);
}
}
Explanation of the code
...