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

    | Edit this page View Source

    Name

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

    Methods

    | Edit this page View Source

    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
    | Edit this page View Source

    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

    • Edit this page
    • View Source
    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.