Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
📖HomeBack CDBObject is one of the root tables of the database, that is, it forms the basis of all created objects within ClearSCADA. It is possibly the most important table that will be used in day-to-day configuration of systems.
A query for all rows in CDBObject will give you all configuration objects within a database (security permitting) and all configuration objects will have the properties defined within the CDBObject class, such as a FullName, Name, TypeName and Id.
Items within the database which are not part of CDBObject are the historic and journal tables, and the aggregate classes. Each of these have their own root table and can only be linked with CDBObject derived classes using their Id columns, which is consistent for objects across all tables.