ConnectionString | Overridden. Gets or sets the string used to open a server connection. |
ConnectionTimeout | Overridden. Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error. |
Container (Inherited from System.ComponentModel.Component) | Gets the IContainer that contains the Component. |
Database | Gets or sets the name of the current database or the database to be used once a connection is open. |
DataSource | Gets or sets name of the data source. |
InDistributedTransaction (Inherited from Devart.Common.DbConnectionBase) | Indicates whether the connection is enlisted in a distributed transaction. |
Macros | Gets collection of macros used in UniSQL statements. |
Name | Gets or sets the name of component that will be displayed in DBMonitor application. |
Owner (Inherited from Devart.Common.DbConnectionBase) | Gets or sets a form or other container that the DbConnectionBase instance belongs to. |
Password | Gets or sets the user's password to connect. |
Port | |
Provider | Gets or sets the name of the ADO.NET data provider used to access actual data. |
ProviderIntf | Returns the IUniProvider interface, which allows to manipulate any provider in run time. |
ServerVersion | Overridden. Gets a string containing the version of the instance of server to which the client is connected. |
Site (Inherited from System.ComponentModel.Component) | Gets or sets the ISite of the Component. |
State | Gets the current state of the connection. |
UserId | Gets or sets the name of the user to connect. |
BeginOpen (Inherited from Devart.Common.DbConnectionBase) | Starts an asynchronous invocation of an Open method. |
BeginTransaction | Overloaded. Begins a transaction at the database. |
ChangeDatabase | Overridden. Changes the current database associated with an open UniConnection. |
 ClearAllPools | Overloaded. Clears all pools associated with the connection. |
 ClearPool | Clears the pool matching UniConnection.ConnectionString of provided UniConnection object. |
Clone | Creates a new object that is a copy of the current instance. |
Close | Overridden. Closes the connection to the database. This is the preferred method of closing any open connection. |
Commit | Commits the database transaction. |
CreateCommand | Creates and returns a UniCommand object associated with the UniConnection. |
CreateObjRef (Inherited from System.MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose (Inherited from System.ComponentModel.Component) | Releases all resources used by the Component. |
EndOpen (Inherited from Devart.Common.DbConnectionBase) | Ends an asynchronous invocation of the Open method. |
EnlistTransaction | Overridden. Enlists in the specified transaction. |
GetLifetimeService (Inherited from System.MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetSchema (Inherited from Devart.Common.DbConnectionBase) | Overloaded. Provides information about server schema objects. |
InitializeLifetimeService (Inherited from System.MarshalByRefObject) | 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 UniConnection.ConnectionString. |
Rollback | Rolls back a transaction from a pending state. |
ToString (Inherited from System.ComponentModel.Component) | Returns a String containing the name of the Component, if any. This method should not be overridden. |
© 2002 - 2013 Devart. All Rights Reserved.