Skip to content
Docs Try Aspire

SqliteResource Constructors

Class Constructors 1 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)
{
// ...
}
}
name string The name of the resource.
databasePath string The path to the database directory.
databaseFileName string The filename of the database file. Must include extension.