Interface IAlterColumnAsTypeOrInSchemaSyntax
Interface to fluently specify the table schema of the column modification
Inherited Members
Namespace: FluentMigrator.Builders.Alter.Column
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IAlterColumnAsTypeOrInSchemaSyntax : IAlterColumnAsTypeSyntax, IColumnTypeSyntax<IAlterColumnOptionSyntax>
Methods
| Edit this page View SourceInSchema(string)
Specify the table schema of the column modification
Declaration
IAlterColumnAsTypeSyntax InSchema(string schemaName)
Parameters
Type | Name | Description |
---|---|---|
string | schemaName | The table schema name |
Returns
Type | Description |
---|---|
IAlterColumnAsTypeSyntax | The interface for the column modification |