Search Results for

    Show / Hide Table of Contents

    Namespace FluentMigrator.Expressions

    Classes

    AlterColumnExpression

    The implementation of interfaces to alter a column

    AlterDefaultConstraintExpression

    Expression to alter default constraints

    AlterSchemaExpression

    Expression to move a table from one schema to another

    AlterTableExpression

    Expression to alter the table description

    CreateColumnExpression

    Expression to create a table

    CreateConstraintExpression

    The expression to create a constraint

    CreateForeignKeyExpression

    Expression to create a foreign key

    CreateIndexExpression

    Expression to create an index

    CreateSchemaExpression

    Expression to create a schema

    CreateSequenceExpression

    Expression to crate a sequence

    CreateTableExpression

    Expression to create a table

    DeleteColumnExpression

    Expression to delete a column

    DeleteConstraintExpression

    Expression to delete a constraint

    DeleteDataExpression

    Expression to delete the data

    DeleteDefaultConstraintExpression

    Expression to delete constraints

    DeleteForeignKeyExpression

    Expression to delete a foreign key

    DeleteIndexExpression

    Expression to delete an index

    DeleteSchemaExpression

    Expression to delete a schema

    DeleteSequenceExpression

    Expression to delete a sequence

    DeleteTableExpression

    Expression to delete a table

    ExecuteEmbeddedSqlScriptExpression

    Expression to execute an embedded SQL script

    ExecuteEmbeddedSqlScriptExpressionBase

    Base class that handles execution of scripts stored as embedded resource

    ExecuteSqlScriptExpression

    Expression to execute SQL scripts

    ExecuteSqlScriptExpressionBase

    The base class for SQL script execution

    ExecuteSqlStatementExpression

    Expression to execute an SQL statement

    InsertDataExpression

    Expression to insert data

    MigrationExpressionBase

    The base class for migration expressions

    PerformDBOperationExpression

    Expression that allows the execution of DB operations

    RenameColumnExpression

    Expression to rename a column

    RenameTableExpression

    Expression to rename a table

    UpdateDataExpression

    Expression to update data

    Interfaces

    IAutoNameExpression

    The expression requires an automatically generated name

    IColumnsExpression

    Opt-in into columns conventions

    IConstraintExpression

    Opt-in into constraint expression conventions

    IFileSystemExpression

    Opt-in into the file system convention

    IForeignKeyExpression

    Opt-in into the foreign key expressions conventions

    IIndexExpression

    Opt-in into the index expression conventions

    IMigrationExpression

    The interface for a migration expression

    ISchemaExpression

    Opt-in into the schema expression convention

    ISequenceExpression

    Opt-in into the sequence expression conventions

    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.