Class ConnectionStringBuilder
Inheritance
System.Object
ConnectionStringBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Lib
Assembly: ImageVault.Common.dll
Syntax
public class ConnectionStringBuilder
Constructors
ConnectionStringBuilder(String)
Initializes a new instance of the SecurityManagerConnectionStringBuilder class.
Declaration
public ConnectionStringBuilder(string connectionString)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionString |
Properties
Item[String]
Gets the System.String item identified by the given arguments of the SecurityManagerConnectionStringBuilder
Declaration
public string this[string key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Property Value
Type | Description |
---|---|
System.String |