Class | Description | |
---|---|---|
DataObjectBase | DataObjectBase objects are the basic building blocks of other data objects used in the application. The other data object types, such as SqlObject are derived from this class. Don't confuse a DataObjectBase objects with an Exago Data Object from the configuration, which is represented as an Entity object in the API. | |
DataObjectType | The DataObjectType fields are used when working with the ObjectType Property of the Entity Class. | |
DataSource | The DataSource class is used to set or override the data connection string of a pre-existing data source at runtime. It may also be used to add a new Data Source to the configuration. | |
DataSourceCollection | This collection should not be instantiated; there is a single DataSourceCollection object that is accessed through the DataSources property of the Api object. The DataSourceCollection maintains a collection of DataSource objects, one for each Data Source in the system configuration. | |
DbConnect.ForeignKeysCollectionInfo | ||
DbConnect.PrimaryKeyColumnsCollectionInfo | ||
DbConnect.PrimaryKeysCollectionInfo | ||
SqlObject | SQLObject objects are the basic building blocks of constructed SQL objects such as tables, views and functions used in the application. The other SQL object types, such as SqlTable and SqlView are derived from this class. The Server Events OnExecuteSqlStatementConstructed and OnFilterSqlStatementConstructed take a SqlObject object as one of their arguments. |