|
Dataweb Tables are very similar to standard DB ones, but with added features in order to simplify data manipulation. Also into table definition there are a set of properties in order to define rule to use into UI runtime, so the main Tables feature is to have got "way of work" self-contained, if we define for a table a specific way of work, it will be the same in each part of application. Also take in consideration that in adding to all field create from developer, the table create a field defined "UID" that is an unique record identify:
PackageName Package the Table belong to
Name Table name
Label A label to show to final user in reference to table.
Version Table version
DefaultForm Default form for show data
DefaultIndex Default search index (see later at index).
Views Indicates the list of views that represent the table (see Views).
DefaultView Default View for the table (see later at view).
AlwaysFilterUse When it show data to final user, it apply a filter.
|
|
Last Updated on Thursday, 01 October 2009 14:33 |