When the system is building an SQL query the table name is placed before the field name to create a unique identifier. eg. "table.fieldname".
This is also used when building the identifier for the "as". eg. "select table.fieldname as table_fieldname from"...
If this is set then the alias value will replace the table name for the output. eg. "select table.fieldname as alias_fieldname from"...
If this is set to an empty string than the table name will not be used for the output. eg. "select table.fieldname as fieldname from"...
Sets the acceptable binary pattern for false/true, no/yes, N/Y, 0/1.
Note the false value must be first followed by the seperator / followed by the true value.
The first entry in the pattern is always considered the false value and the second entry in the pattern is always considered the true value.
The seperator between the false and true value is the / character.
Any leading or trailing whitespace is removed.
Example:
This is an optional attribute and if not used the default pattern is true/false