Search Results for

    Show / Hide Table of Contents

    Interface IMigrationProcessorFactory

    Namespace: FluentMigrator.Runner.Processors
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    [Obsolete]
    public interface IMigrationProcessorFactory

    Properties

    Name

    Declaration
    [NotNull]
    string Name { get; }
    Property Value
    Type Description
    string

    Methods

    Create(string, IAnnouncer, IMigrationProcessorOptions)

    Declaration
    [Obsolete]
    [NotNull]
    IMigrationProcessor Create(string connectionString, IAnnouncer announcer, IMigrationProcessorOptions options)
    Parameters
    Type Name Description
    string connectionString
    IAnnouncer announcer
    IMigrationProcessorOptions options
    Returns
    Type Description
    IMigrationProcessor

    IsForProvider(string)

    Returns a value indicating whether this processor factory can use the given DB provider

    Declaration
    [Obsolete]
    bool IsForProvider(string provider)
    Parameters
    Type Name Description
    string provider

    The DB provider name

    Returns
    Type Description
    bool

    true when this processor factory can use the given DB provider

    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.