Toolkit Interface
Provides the database connection.
C#
public interface Toolkit
- Derived
Properties
Instance |
Gets or sets the toolkit instance. |
Methods
New |
Gets a new database connection. |
Properties Detail
Instance
Gets or sets the toolkit instance.
C#
Toolkit Instance { get; set; }
Property Value
Methods Detail
NewDatabaseLink(string)
Gets a new database connection.
C#
DatabaseLink NewDatabaseLink(string databasePath)
Parameters
- databasePath
- string
The database path.
Returns
The new database connection.