Migration Class

Summary

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

Syntax

[Serializable]
public class Migration

Attributes

Type Description
SerializableAttribute

Properties

Name Value Summary
Completed bool
Gets or Sets whether the migraton completed
Error bool
Gets or Sets wheter the migration errored out
Exception Exception
If the exception errored out, the details of the exception.
Name string
Name of the Migration