[]
ODBC data source - allows to connect through ODBC driver.
[TypeConverter(typeof())]
public sealed class OdbcDataSource : DbDataSource, IDbConnectionProperties
Name | Description |
---|---|
OdbcDataSource() | Default ctor. By default, connection string and command text are empty strings, and command timeout is DefaultTimeout |
OdbcDataSource(string, string, int) | Initializes a new instance of the OdbcDataSource class. |
Name | Description |
---|---|
ProviderName | Returns provider's invariant name |
Name | Description |
---|---|
OnConnectionStringChanging(string) | Allows to edit the connection string when its current value is about to change. |
SetCredentials(string, string) | Sets credentials. |