ITableMigrationOperation Interface

Definition

Represents a migration operation on a table.

public interface ITableMigrationOperation
type ITableMigrationOperation = interface
Public Interface ITableMigrationOperation
Derived

Remarks

See Database migrations for more information and examples.

Properties

Schema

The schema that contains the table, or null if the default schema should be used.

Table

The table that contains the target of this operation.

Applies to