Altaxo |
public class AltaxoOleDbConnectionString : IImmutable
The AltaxoOleDbConnectionString type exposes the following members.
| Name | Description | |
|---|---|---|
| AltaxoOleDbConnectionString | Initializes a new instance of the AltaxoOleDbConnectionString class. |
| Name | Description | |
|---|---|---|
| ConnectionStringWithTemporaryCredentials | Gets the connection string including temporary credentials, if supplied. | |
| Empty | Gets an empty connection-string instance. | |
| IsEmpty | Gets a value indicating whether the connection string is empty. | |
| OriginalConnectionString | Gets the original connection string without temporary credentials. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetCredentials | Extracts the credentials stored in the original connection string. | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| Equality(AltaxoOleDbConnectionString, AltaxoOleDbConnectionString) | Compares two connection-string instances for equality. | |
| Inequality(AltaxoOleDbConnectionString, AltaxoOleDbConnectionString) | Compares two connection-string instances for inequality. |