Search Results for

    Show / Hide Table of Contents

    Interface IIfDatabaseExpressionRoot

    Defines fluent expressions that can be conditionally executed

    Namespace: FluentMigrator.Builders.IfDatabase
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IIfDatabaseExpressionRoot

    Properties

    Alter

    Declaration
    IAlterExpressionRoot Alter { get; }
    Property Value
    Type Description
    IAlterExpressionRoot

    Create

    Declaration
    ICreateExpressionRoot Create { get; }
    Property Value
    Type Description
    ICreateExpressionRoot

    Delete

    Declaration
    IDeleteExpressionRoot Delete { get; }
    Property Value
    Type Description
    IDeleteExpressionRoot

    Execute

    Declaration
    IExecuteExpressionRoot Execute { get; }
    Property Value
    Type Description
    IExecuteExpressionRoot

    Insert

    Declaration
    IInsertExpressionRoot Insert { get; }
    Property Value
    Type Description
    IInsertExpressionRoot

    Rename

    Declaration
    IRenameExpressionRoot Rename { get; }
    Property Value
    Type Description
    IRenameExpressionRoot

    Schema

    Declaration
    ISchemaExpressionRoot Schema { get; }
    Property Value
    Type Description
    ISchemaExpressionRoot

    Update

    Declaration
    IUpdateExpressionRoot Update { get; }
    Property Value
    Type Description
    IUpdateExpressionRoot

    Methods

    Delegate(Action)

    Declaration
    void Delegate(Action delegation)
    Parameters
    Type Name Description
    Action delegation
    In this article
    • Properties
      • Alter
      • Create
      • Delete
      • Execute
      • Insert
      • Rename
      • Schema
      • Update
    • Methods
      • Delegate(Action)
    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.