Table of Contents

Interface IConnectionStringService

Namespace
CMS.Core
Assembly
CMS.Core.dll

ConnectionString service interface

public interface IConnectionStringService
Extension Methods

Properties

DefaultConnectionString

Default connection string

string DefaultConnectionString { get; }

Property Value

string

this[string]

Gets the specific connection string from the app config

string this[string name] { get; set; }

Parameters

name string

Property Value

string