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