Initializes a new instance of the Connection class with SQLite database file details.
- Namespace
- DbSyncKit
.SQLite - Containing Type
- Connection
Syntax
public Connection(string dataSource)
Parameters
Name | Type | Description |
---|---|---|
dataSource | string | The file path of the SQLite database. |