UpdateDatabaseOperation.Migration Class

Definition

Represents a migration to be applied to the database.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible")]
public class UpdateDatabaseOperation.Migration
type UpdateDatabaseOperation.Migration = class
Public Class UpdateDatabaseOperation.Migration
Inheritance
UpdateDatabaseOperation.Migration
Attributes

Properties

MigrationId

Gets the id of the migration.

Operations

Gets the individual operations applied by this migration.

Applies to