C# Класс DotNetWorkQueue.Transport.SQLite.Basic.GetFileNameFromConnectionString

Determines the full path and file name of a Sqlite DB, based on the connection string.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetFileName ( string connectionString ) : ConnectionStringInfo

Gets the full path and file name of a DB. In memory databases will instead set the ConnectionStringInfo.IsInMemory flag to true.

Описание методов

GetFileName() публичный статический Метод

Gets the full path and file name of a DB. In memory databases will instead set the ConnectionStringInfo.IsInMemory flag to true.
public static GetFileName ( string connectionString ) : ConnectionStringInfo
connectionString string
Результат ConnectionStringInfo