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

Determines if a specified database exists
The database could be on the file system or in memory
Показать файл Открыть проект Примеры использования класса

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

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

Returns true if the specified database exists

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

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

Returns true if the specified database exists
public static Exists ( string connectionString ) : bool
connectionString string
Результат bool