Mimer Data Provider

MimerConnection Members

MimerConnection overview

Public Instance Constructors

MimerConnectionOverloaded. Initializes a new instance of the MimerConnection class.

Public Instance Properties

ConnectionString Gets or sets the string that defines the information needed to connect to a database server.
ConnectionTimeout Gets the time to wait while trying to establish a connection before generating an error.
Container (inherited from Component) Gets the IContainer that contains the Component.
CurrentUser Gets the currently logged in UserId.
Database Gets the name of the current database.
DataSource Gets the name of the current data source. This is currently the same as the database name.
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 Gets the version of the database server to which the client is connected.
Site (inherited from Component) Gets or sets the ISite of the Component.
State Gets the current state of the connection.

Public Instance Methods

BeginTransactionOverloaded. Begins a transaction for the current connection.
ChangeDatabase Changes the current database associated with an open MimerConnection.
Close Closes the connection to the database server.
CreateCommand Creates and returns a new MimerCommand object associated with the current MimerConnection.
CreateObjRef (inherited from 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 Component) Releases all resources used by the Component.
EnlistDistributedTransaction Enlist in the specified distributed transaction.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object) Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
Open Opens a connection to a database server with the settings specified in the ConnectionString property.
ToString (inherited from Component) 

Public Instance Events

Disposed (inherited from Component) Adds an event handler to listen to the Disposed event on the 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.

See Also

MimerConnection Class | Mimer.Data.Client Namespace