Search Results for

    Show / Hide Table of Contents

    Interface IScanInForBuilder

    Defines how the scanned assemblies are used

    Namespace: FluentMigrator.Runner.Initialization
    Assembly: FluentMigrator.Runner.dll
    Syntax
    public interface IScanInForBuilder : IScanIn

    Methods

    | Edit this page View Source

    All()

    Use the scanned assemblies for everything (migrations, etc...)

    Declaration
    IMigrationRunnerBuilder All()
    Returns
    Type Description
    IMigrationRunnerBuilder

    The next step

    | Edit this page View Source

    ConventionSet()

    Use the scanned assemblies to search for types implementing IConventionSet

    Declaration
    IScanInBuilder ConventionSet()
    Returns
    Type Description
    IScanInBuilder
    | Edit this page View Source

    EmbeddedResources()

    Use the scanned assemblies for embedded resources

    Declaration
    IScanInBuilder EmbeddedResources()
    Returns
    Type Description
    IScanInBuilder

    The next step

    | Edit this page View Source

    Migrations()

    Use the scanned assemblies for migrations

    Declaration
    IScanInBuilder Migrations()
    Returns
    Type Description
    IScanInBuilder

    The next step

    | Edit this page View Source

    VersionTableMetaData()

    Use the scanned assemblies for version table metadata

    Declaration
    IScanInBuilder VersionTableMetaData()
    Returns
    Type Description
    IScanInBuilder

    The next step

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