UtilSQLiteOpenDatabase(String) Method

Opens a SQL database file and returns a SQLiteConnection with the default connection parameters.

Definition

Namespace: DevCase.ThirdParty.SQLite
Assembly: DevCase.net48.ThirdParty.SQLite (in DevCase.net48.ThirdParty.SQLite.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static SQLiteConnection OpenDatabase(
	string path
)

Parameters

path  String
Full path of the database file.

Return Value

SQLiteConnection
The resulting SQLiteConnection

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

System.Data.SQLite by SQLite Development Team

Example

This is a code example to automate Firefox borwser.
C#
No code example is currently available or this language may not be supported.

See Also