C# Class DotNetWorkQueue.Transport.SQLite.Basic.GetFileNameFromConnectionString

Determines the full path and file name of a Sqlite DB, based on the connection string.
Mostrar archivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
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.

Method Details

GetFileName() public static method

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
return ConnectionStringInfo