Struct DbInitProgress
Represents the database initialization progress.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public struct DbInitProgress
Constructors
Name | Description |
---|---|
DbInitProgress(IDbTable, Int32, Int32) | Initializes a new instance of DbInitProgress. |
Properties
Name | Description |
---|---|
Count | Gets the total number of database tables. |
DbTable | Gets the database table currently being initialized. |
Index | Gets the index of the database table. |