Method GetSchemaPath
- Namespace
- YndigoBlue.Velocity.Connections
- Assembly
- YndigoBlue.Velocity.dll
GetSchemaPath(string)
Gets the full path to a schema database file.
public string GetSchemaPath(string schemaName)
Parameters
schemaNamestringThe name of the schema.
Returns
- string
The full file path to the schema's .db file.
Remarks
The main schema (or "velocity") returns the path to "main.db". All other schemas return the path to "{schemaname}.db" in the database folder.