SchemaMigrationAttribute Properties

Properties

Author Gets the author of the migration.
BreakingChange Gets or sets a value indicating whether the transaction is a breaking change
(Inherited from MigrationAttribute)
Description Gets the description
(Inherited from MigrationAttribute)
TransactionBehavior Gets the desired transaction behavior
(Inherited from MigrationAttribute)
TypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute)
Version Gets the migration version
(Inherited from MigrationAttribute)

See Also