Mimer Data Provider v9.2

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 used to open a the connection to the 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.
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.
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 at the data source.
ChangeDatabase Changes the current database associated with an open MimerConnection.
Close Closes the connection to the data source.
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.
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 data source with the property settings specified by the ConnectionString.
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