Class ConnectionStringSettings
Represents a single, named connection string in the connection strings configuration file section.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.Data
Assembly: IRM.dll
Syntax
public class ConnectionStringSettings : IConnectionStringSettings
Constructors
ConnectionStringSettings(String)
Initializes a new instance of the ConnectionStringSettings class with the specified connection string.
Declaration
public ConnectionStringSettings(string connectionString)
Parameters
String
connectionString
The connection string. |
Properties
ConnectionString
Gets the connection string.
Declaration
public string ConnectionString { get; }
Property Value
String
|