| Devart.Common Namespace : DbConnectionBase Class |
ConnectionString | Overridden. Gets or sets the string used to open a server connection. |
ConnectionTimeout | Overridden. Gets or sets the time to wait while trying to establish a connection before terminating the attempt and generating an error. |
| Gets the |
Database | Overridden. Gets or sets the name of the current database or the database to be used once a connection is open. |
DataSource | Overridden. Gets or sets name of the server to which to connect. |
InDistributedTransaction | Indicates whether the connection is enlisted in a distributed transaction. |
Name | Gets or sets name of the component. |
Owner | Gets or sets a form or other container that the DbConnectionBase instance belongs to. |
ServerVersion | Overridden. Gets a string containing the version of the instance of the server to which the client is connected. |
| Gets or sets the |
State | Overridden. Gets the current state of the connection. |
BeginOpen | Starts an asynchronous invocation of an Open method. |
| Overloaded. Starts a database transaction. |
ChangeDatabase | Overridden. Changes the current database associated with an open DbConnectionBase. |
Close | Overridden. Closes the connection to the database. This is the preferred method of closing any open connection. |
| Creates and returns a |
| Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
| Releases all resources used by the |
EndOpen | Ends an asynchronous invocation of the Open method. |
EnlistTransaction | Overridden. Enlists in the specified transaction. |
| Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetSchema | Overloaded. Overridden. Provides information about server schema objects. |
| Obtains a lifetime service object to control the lifetime policy for this instance. |
Open | Overridden. Opens a database connection with the property settings specified by the ConnectionString. |
| Returns a |
| Occurs when the component is disposed by a call to the |
StateChange | Occurs when the state of the connection changes. |
TransactionStateChanged | Occurs when the state of the transaction is changed. |
TransactionStateChanging | Occurs when the state of the transaction is changing. |
DbConnectionBase Class | Devart.Common Namespace | DbConnection | UniConnection Class
© 2002 - 2013 Devart. All Rights Reserved.