Show / Hide Table of Contents

Interface IRootPathService

Service for RootPath managing

Namespace: MESL.SqlRace.Domain.Services
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IRootPathService

Methods

AddUpdateRootPathSetting(String, String)

Add or update the root path setting in the DB

Declaration
bool AddUpdateRootPathSetting(string connectionString, string rootPath)
Parameters
Type Name Description
System.String connectionString
System.String rootPath
Returns
Type Description
System.Boolean

DeleteRootPathSetting(String)

Delete the root path setting in the DB

Declaration
bool DeleteRootPathSetting(string connectionString)
Parameters
Type Name Description
System.String connectionString
Returns
Type Description
System.Boolean

GetRootPathStoredInDb(String)

Get the root path setting

Declaration
string GetRootPathStoredInDb(string connectionString)
Parameters
Type Name Description
System.String connectionString
Returns
Type Description
System.String
Back to top Generated by DocFX