Show / Hide Table of Contents

Interface IBugDatabaseConnection

Used to provide bug database connection credentials for a given title name.

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

Methods

View Source

GetConnectionCredentials(String)

Declaration
string GetConnectionCredentials(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