Show / Hide Table of Contents

Class ConnectionStringSettings

Represents a single, named connection string in the connection strings configuration file section.

Inheritance
Object
ConnectionStringSettings
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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

Implements
IConnectionStringSettings.ConnectionString

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX