Computed property |
Applies to
TIB_Column
Declaration
Property Computed : boolean;
Description
This column is used to tell whether or not the underlying column in a
table is derived from a COMPUTED BY expression. This makes it become a
calculated column even though it appears to be derived from a valid table
column.
There is no way to query metadata to automatically set this so it is
necessary for the application developer to set this in the application.