| C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace : Connection Class |
The following tables list the members exposed by Connection.
| 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. |
| Name | Description | |
|---|---|---|
![]() | BeginTransaction | Starts a transaction on the connection object. |
![]() | Clone | Creates a copy of the connection object, with the same Name and other properties. |
![]() | Close | Closes database connection. |
![]() | CommitTransaction | Commits the current transaction. |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Open | Opens database connection. |
![]() | RollbackTransaction | Rolls back the current transaction. |
![]() | ToString |
Connection Class
C1.Data.SchemaObjects Namespace
Database Connections
Native and OLE DB Database Access