Class DbInitializer
Base class to initialize the database.
Implements
System.IProgress<DbInitProgress>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public abstract class DbInitializer : IProgress<DbInitProgress>
Properties
Name | Description |
---|---|
Db | Gets the prototype database session. |
Methods
Name | Description |
---|---|
Initialize() | Initializes the database. |
Report(DbInitProgress) | Reports the progress. |
Explicit Interface Implementations
Name | Description |
---|---|
IProgress<DbInitProgress>.Report(DbInitProgress) |