Overload | Description |
---|---|
MimerConnection Constructor() | Initializes a new instance of the MimerConnection class. |
MimerConnection Constructor(String) | Initializes a new instance of the MimerConnection class with a connection string. See the ConnectionString property how to set the connection string. |
MimerConnection Constructor(String,MimerCredential) | Initializes a new instance of the MimerConnection class given a connection string, that does not use `Integrated Security = true` and a MimerCredential object that contains the user ID and password. |