Name | Description | |
---|---|---|
MimerConnection Constructor | Overloaded. |
The following tables list the members exposed by MimerConnection.
Name | Description | |
---|---|---|
MimerConnection Constructor | Overloaded. |
Name | Description | |
---|---|---|
CanCreateBatch | (Inherited from System.Data.Common.DbConnection) | |
ConnectionString | Overridden. Gets or sets the string that defines the information needed to connect to a database server. | |
ConnectionTimeout | Overridden. Gets the time to wait while trying to establish a connection before generating an error. | |
Container | (Inherited from System.Data.Common.DbConnection) | |
CurrentUser | Gets the currently logged in UserId. | |
Database | Overridden. Gets the name of the current database. | |
DataSource | Overridden. Gets the name of the current data source. This is currently the same as the database name. | |
NormalizedServerVersion | Gets the normalized version of the database server to which the client is connected. | |
ServerBeta | Returns whether the server is a beta test version of the product. | |
ServerOsDescription | Gets a description of the type of server machine the client is connected to. | |
ServerType | Gets the type of the database server to which the client is connected. | |
ServerVersion | Overridden. Gets the version of the database server to which the client is connected. | |
Site | (Inherited from System.Data.Common.DbConnection) | |
State | Overridden. Gets the current state of the connection. |
Name | Description | |
---|---|---|
BeginTransaction | Overloaded. Begins a transaction for the current connection. | |
BeginTransactionAsync | Overloaded. (Inherited from System.Data.Common.DbConnection) | |
ChangeDatabase | Overridden. Changes the current database associated with an open MimerConnection. | |
ChangeDatabaseAsync | (Inherited from System.Data.Common.DbConnection) | |
Close | Overridden. Closes the connection to the database server. | |
CloseAsync | (Inherited from System.Data.Common.DbConnection) | |
CreateBatch | (Inherited from System.Data.Common.DbConnection) | |
CreateCommand | Creates and returns a new MimerCommand object associated with the current MimerConnection. | |
Dispose() | (Inherited from System.Data.Common.DbConnection) | |
DisposeAsync | (Inherited from System.Data.Common.DbConnection) | |
GetLifetimeService | (Inherited from System.Data.Common.DbConnection) | |
GetPerformanceData | Get performance data from the server. | |
GetSchema | Overloaded. Overridden. Retrieve general metadata information for the current connection. | |
GetSchemaAsync | Overloaded. (Inherited from System.Data.Common.DbConnection) | |
InitializeLifetimeService | (Inherited from System.Data.Common.DbConnection) | |
Open | Overridden. Opens a connection to a database server with the settings specified in the ConnectionString property. | |
OpenAsync | Overloaded. (Inherited from System.Data.Common.DbConnection) | |
SetExplain | Turn on or off explain processing for SQL compilations. | |
ToString | (Inherited from System.Data.Common.DbConnection) |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
InfoMessage | Event is fired when the Mimer Data Provider sends a warning or informational message. | |
StateChange | Event is fired when the state of the connection changes. |