Ado
|
The AdoDataConnection type exposes the following members.
Name | Description | |
---|---|---|
AdapterType | Gets the type of data adapter for configured ADO.NET data source. | |
Connection | Gets an open IDbConnection to configured ADO.NET data source. | |
DatabaseType | Gets or sets the type of the database underlying the AdoDataConnection. | |
DefaultIsolationLevel | Gets the default IsolationLevel for the connected AdoDataConnection database type. | |
DefaultTimeout | Gets or sets default timeout for AdoDataConnection data operations. | |
IsJetEngine | Gets a value to indicate whether source database is Microsoft Access. | |
IsMySQL | Gets a value to indicate whether source database is MySQL. | |
IsOracle | Gets a value to indicate whether source database is Oracle. | |
IsPostgreSQL | Gets a value to indicate whether source database is PostgreSQL. | |
IsSqlite | Gets a value to indicate whether source database is SQLite. | |
IsSQLServer | Gets a value to indicate whether source database is Microsoft SQL Server. | |
UtcNow | Gets current UTC date-time in an implementation that is proper for the connected AdoDataConnection database type. |