Class Configuration.SqlConnectorConfig
The configuration parameters for the SqlDataConnector.
public class Configuration.SqlConnectorConfig : Configuration.AbstractConfig
- Inheritance
-
Configuration.SqlConnectorConfig
- Inherited Members
Properties
DialogDataSource
Gets or sets the type of database used.
public string DialogDataSource { get; set; }
Property Value
- string
The type of database used.
Provider
Gets or sets the name of the underlying data provider provider used for the SQL connection.
public string Provider { get; set; }
Property Value
- string
The name of the underlying data provider provider used for the SQL connection.