Show / Hide Table of Contents

Interface IConnectionStringSettings

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

Namespace: IRM.Data
Assembly: IRM.dll
Syntax
public interface IConnectionStringSettings

Properties

ConnectionString

Gets the connection string.

Declaration
string ConnectionString { get; }
Property Value
String

Extension Methods

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