Schema
Type
Constant String
Since
2.2.2
Description
For manually defined tables you can specify the name of the schema they are located in with this property. When setting this property to another value than empty, the SQL-generator will output this schema-name before the table-name every time the table is used.
Examples
Schema = ""
E.g. generates the SQL-statement "SELECT ... FROM SALES ..."
Schema = "ERP"
E.g. generates the SQL-statement "SELECT ... FROM ERP.SALES ..."
