Class DefaultSchemaNameConvention
The default implementation of the IDefaultSchemaNameConvention
Implements
Inherited Members
Namespace: FluentMigrator.Runner.Conventions
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public class DefaultSchemaNameConvention : IDefaultSchemaNameConvention
Constructors
| Edit this page View SourceDefaultSchemaNameConvention(string)
Initializes a new instance of the IDefaultSchemaNameConvention class.
Declaration
public DefaultSchemaNameConvention(string defaultSchemaName)
Parameters
Type | Name | Description |
---|---|---|
string | defaultSchemaName | The default schema name (can be null or empty) |
Methods
| Edit this page View SourceGetSchemaName(string)
Returns the default schema name depending on the original schema name
Declaration
public string GetSchemaName(string originalSchemaName)
Parameters
Type | Name | Description |
---|---|---|
string | originalSchemaName | The original schema name |
Returns
Type | Description |
---|---|
string | Returns the |