Search Results for

    Show / Hide Table of Contents

    Class TransactionalMigrationScope

    Inheritance
    object
    TrackingMigrationScope
    TransactionalMigrationScope
    Implements
    IMigrationScope
    IDisposable
    Inherited Members
    TrackingMigrationScope.Dispose()
    TrackingMigrationScope.IsActive
    TrackingMigrationScope.Complete()
    TrackingMigrationScope.Cancel()
    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 TransactionalMigrationScope : TrackingMigrationScope, IMigrationScope, IDisposable

    Constructors

    TransactionalMigrationScope(IMigrationProcessor, Action)

    Declaration
    public TransactionalMigrationScope(IMigrationProcessor migrationProcessor, Action disposalAction)
    Parameters
    Type Name Description
    IMigrationProcessor migrationProcessor
    Action disposalAction

    Methods

    DoCancel()

    Declaration
    protected override void DoCancel()
    Overrides
    TrackingMigrationScope.DoCancel()

    DoComplete()

    Declaration
    protected override void DoComplete()
    Overrides
    TrackingMigrationScope.DoComplete()

    Implements

    IMigrationScope
    IDisposable
    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.