Search Results for

    Show / Hide Table of Contents

    Class MySql4ProcessorFactory

    Inheritance
    object
    MigrationProcessorFactory
    MySql4ProcessorFactory
    Implements
    IMigrationProcessorFactory
    Inherited Members
    MigrationProcessorFactory.Name
    MigrationProcessorFactory.IsForProvider(string)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Processors.MySql
    Assembly: FluentMigrator.Runner.MySql.dll
    Syntax
    [Obsolete]
    public class MySql4ProcessorFactory : MigrationProcessorFactory, IMigrationProcessorFactory

    Constructors

    | Edit this page View Source

    MySql4ProcessorFactory()

    Declaration
    [Obsolete]
    public MySql4ProcessorFactory()
    | Edit this page View Source

    MySql4ProcessorFactory(IServiceProvider)

    Declaration
    public MySql4ProcessorFactory(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    IServiceProvider serviceProvider

    Methods

    | Edit this page View Source

    Create(string, IAnnouncer, IMigrationProcessorOptions)

    Declaration
    [Obsolete]
    public override IMigrationProcessor Create(string connectionString, IAnnouncer announcer, IMigrationProcessorOptions options)
    Parameters
    Type Name Description
    string connectionString
    IAnnouncer announcer
    IMigrationProcessorOptions options
    Returns
    Type Description
    IMigrationProcessor
    Overrides
    MigrationProcessorFactory.Create(string, IAnnouncer, IMigrationProcessorOptions)

    Implements

    IMigrationProcessorFactory
    • 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.