Initializes a new instance of the DatabaseManager class.
- Namespace
- DbSyncKit
.DB - Containing Type
- DatabaseManager
<T>
Syntax
public DatabaseManager(T databaseProvider)
Parameters
| Name | Type | Description |
|---|---|---|
| databaseProvider | T | The instance of the database provider. |