| Class | Description |
|---|---|
| DataAccess |
This class represents the data access for the database used in the OFSProvider to store all relevant data locally.
|
| DatabaseWrapper |
This class wraps a SQL Database.
|
| ParameterizedSql |
This is used to hold a SQL statement along with the parameters that used in the statement.
|
| SqlParameter<T> |
Helper class to hold the name and value of a parameter in a sql statement.
|
| Enum | Description |
|---|---|
| DatabaseOpenState |
This represents how the database was opened (from and existing file or a newly created one).
|
Copyright © 2021. All rights reserved.