| C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace : Connection Class |
For a list of all members of this type, see Connection members.
| Name | Description | |
|---|---|---|
![]() | CommandTimeout | Gets or sets the wait time before terminating an attempt to execute a command and generating an error. |
![]() | ConnectionString | Gets or sets the string used to connect to a database. |
![]() | ConnectionType | Gets the type of database connection, either via OLE DB or using one of the native database access options. |
![]() | DbConnection | Gets .NET IDbConnection object representing open connection. |
![]() | DbTransaction | Gets .NET IDbTransaction object representing current transaction. |
![]() | Description | Gets or sets a description for the connection. |
![]() | Name | Gets or sets the name of the connection object. |
![]() | Schema | Gets the schema to which the connection object belongs. |
![]() | SqlInfo | Gets the SqlDialectInfo object containing information about SQL dialect supported by the connection. |
Connection Class
C1.Data.SchemaObjects Namespace
Database Connections
Native and OLE DB Database Access