Click or drag to resize

AltaxoOleDbConnectionString Class

Stores an OLE DB connection string together with optional temporary credentials.
Inheritance Hierarchy
SystemObject
  Altaxo.DataConnectionAltaxoOleDbConnectionString

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class AltaxoOleDbConnectionString : IImmutable

The AltaxoOleDbConnectionString type exposes the following members.

Constructors
 NameDescription
Public methodAltaxoOleDbConnectionString Initializes a new instance of the AltaxoOleDbConnectionString class.
Top
Properties
 NameDescription
Public propertyConnectionStringWithTemporaryCredentials Gets the connection string including temporary credentials, if supplied.
Public propertyStatic memberEmpty Gets an empty connection-string instance.
Public propertyIsEmpty Gets a value indicating whether the connection string is empty.
Public propertyOriginalConnectionString Gets the original connection string without temporary credentials.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetCredentials Extracts the credentials stored in the original connection string.
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(AltaxoOleDbConnectionString, AltaxoOleDbConnectionString) Compares two connection-string instances for equality.
Public operatorStatic memberInequality(AltaxoOleDbConnectionString, AltaxoOleDbConnectionString) Compares two connection-string instances for inequality.
Top
See Also