Search Results for

    Show / Hide Table of Contents

    Class SqlServerProcessorFactory

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

    Constructors

    | Edit this page View Source

    SqlServerProcessorFactory()

    Declaration
    [Obsolete]
    public SqlServerProcessorFactory()

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

    IsForProvider(string)

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

    Declaration
    [Obsolete]
    public override 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

    Overrides
    MigrationProcessorFactory.IsForProvider(string)

    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.