Click or drag to resize

AdoDataConnection Properties

The AdoDataConnection type exposes the following members.

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