Search Results for

    Show / Hide Table of Contents

    Class MigrationScopeHandler

    Inheritance
    object
    MigrationScopeHandler
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner
    Assembly: FluentMigrator.Runner.dll
    Syntax
    public class MigrationScopeHandler

    Constructors

    MigrationScopeHandler(IMigrationProcessor)

    Declaration
    public MigrationScopeHandler(IMigrationProcessor processor)
    Parameters
    Type Name Description
    IMigrationProcessor processor

    Properties

    CurrentScope

    Declaration
    public IMigrationScope CurrentScope { get; set; }
    Property Value
    Type Description
    IMigrationScope

    Methods

    BeginScope()

    Declaration
    public IMigrationScope BeginScope()
    Returns
    Type Description
    IMigrationScope

    CreateOrWrapMigrationScope(bool)

    Declaration
    public IMigrationScope CreateOrWrapMigrationScope(bool transactional = true)
    Parameters
    Type Name Description
    bool transactional
    Returns
    Type Description
    IMigrationScope
    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.