SqliteResource Constructors
ClassConstructors1 member
Represents a resource for Sqlite database with a specified name and database path.
Constructor(string, string, string)Section titled Constructor(string, string, string) Represents a resource for Sqlite database with a specified name and database path.
public class SqliteResource{ public SqliteResource( string name, string databasePath, string databaseFileName) { // ... }}Parameters
namestringThe name of the resource.databasePathstringThe path to the database directory.databaseFileNamestringThe filename of the database file. Must include extension.