MigrationResult Class

Summary

Migration Result
Namespace
Cake.EntityFramework.Models
Base Types
  • object
graph TD Base0["object"]-->Type Type["MigrationResult"] class Type type-node

Syntax

[Serializable]
public class MigrationResult

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
MigrationResult() Migration Result
MigrationResult(bool, Exception) Migration Result

Properties

Name Value Summary
Exception Exception
Gets or sets the exception if the migration was not successful
IsSuccess bool
Gets or Sets whether the result was successful