Constructor DbInitProgress
| Improve this Doc View SourceDbInitProgress(IDbTable, Int32, Int32)
Initializes a new instance of DbInitProgress.
Declaration
public DbInitProgress(IDbTable dbTable, int index, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| IDbTable | dbTable | The database table. |
| System.Int32 | index | The index of database table. |
| System.Int32 | count | The total number of database tables. |