Skip to main content
A newer version of this page is available. .

SQLiteConnectionParameters Constructors

Contains parameters used to establish a connection to a SQLite database file.
Name Parameters Description
SQLiteConnectionParameters() none Initializes a new instance of the SQLiteConnectionParameters class with the default settings.
SQLiteConnectionParameters(String, String) fileName, password Initializes a new instance of the SQLiteConnectionParameters class.
See Also