NoteThis version of the .NET API documentation is deprecated. A new version can be found at https://www.exagoaccess.com/api-docs/.
The Data namespace contains classes used to interact with data sources and admin console config settings.
DataSource Class
The DataSource class is used to set or override the data connection string of a pre-existing data source at runtime.
A DataSource object has the following properties:
- Name – Name of the data source.
- DataConnStr – Value of data connection string.
A DataSource object has no available methods.
DataSourceCollection Class
This collection should not be instantiated; there is a single DataSourceCollection object that is accessed through the DataSources property of the Api object.
The DataSources property of an Api object has one available method:
GetDataSource(string dataSourceName)
Description | Returns a DataSourceObject. Returns Null if the object is not found. |
---|