Class ConnectionStringBuilder
Inheritance
System.Object
ConnectionStringBuilder
Namespace: ImageVault.Common.Lib
Assembly: ImageVault.Common.dll
Syntax
public class ConnectionStringBuilder : Object
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 |