Interface IMigrationSummary
Provides the functionalities of a migration summary.
public interface IMigrationSummary : IEquatable<IMigrationSummary>
- Inherited Members
Properties
CommandName
Gets or sets the message.
string CommandName { get; set; }
Property Value
ErrorMessage
Gets or sets the error message.
string ErrorMessage { get; set; }
Property Value
ExecutionTime
Gets or sets the execution time.
DateTime ExecutionTime { get; set; }
Property Value
ObjectName
Gets or sets the user identifier.
string ObjectName { get; set; }
Property Value
ObjectType
Gets or sets the migration identifier.
ObjectType ObjectType { get; set; }
Property Value
Sql
Gets or sets SQL command.
string Sql { get; set; }