| Connection | Gets an open DbConnection 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. |