Enum DataSourceType
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
The type of DataSource. Currently, the only possible value is Provider.
public enum DataSourceType
Fields
Name | Description |
---|---|
Provider | A data source having a data provider and connection string. |
Structured | For internal use only. This value is only supported when the compatibility level of the database is at 1400 or above. |