| Attribute Name | Description
|
|---|
| AutoSelect | True if the Select and From clauses should be auto-generated by DB Config.
False if DB Config should use ViewSelect and ViewFrom.
|
| ViewFrom | The From clause for the view, used by DB Config when AutoSelect is False.
|
| ViewName | Name of the view.
|
| ViewSelect | The Select clause for the view, used by DB Config when AutoSelect is False.
This should be entered in the format
"select table1.col1 as A, table2.col2 as B, ...".
|
| ViewWhere | The Where clause for the view.
|