Search Results for

    Show / Hide Table of Contents

    Interface IDefaultSchemaNameConvention

    A convention that returns the default schema name depending on the original schema name

    Namespace: FluentMigrator.Runner.Conventions
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public interface IDefaultSchemaNameConvention

    Methods

    GetSchemaName(string)

    Returns the default schema name depending on the original schema name

    Declaration
    string GetSchemaName(string originalSchemaName)
    Parameters
    Type Name Description
    string originalSchemaName

    The original schema name

    Returns
    Type Description
    string

    Returns the originalSchemaName when the default schema name is null or empty and returns the new default schema name when the originalSchemaName is null or empty

    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.