[]
Ole DB data source - allows to connect through Ole DB driver.
[TypeConverter(typeof())]
public sealed class OleDBDataSource : DbDataSource, IDbConnectionProperties
Name | Description |
---|---|
OleDBDataSource() | Default ctor. By default, connection string and command text are empty strings, and command timeout is DefaultTimeout |
OleDBDataSource(string, string, int) | Initializes a new instance of the OleDBDataSource 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. |