Show / Hide Table of Contents

Interface IAlternateSQLConnection

Used to provide SQL connection strings for a given title name.

Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.Abstractions.dll
Syntax
public interface IAlternateSQLConnection

Methods

View Source

GetConnectionString(String)

Declaration
string GetConnectionString(string titleName)
Parameters
Type Name Description
System.String titleName
Returns
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX