Show / Hide Table of Contents

Interface ILocalSessionCacheMigrationsProvider

Allow to apply migrations to the local cache databases

Namespace: MESL.SqlRace.Domain.Repositories.Database
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface ILocalSessionCacheMigrationsProvider

Methods

InitalizeLocalCaches()

Initalizes the local caches.

Declaration
void InitalizeLocalCaches()

InitializeRecorderDatabase(String, String)

Initializes the recorder database.

Declaration
void InitializeRecorderDatabase(string dataSource, string connectionString)
Parameters
Type Name Description
System.String dataSource

The data source.

System.String connectionString

The connection string.

Back to top Generated by DocFX