View Source
Interface IAlterTableBuilder
Builds an Alter Table expression.
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IAlterTableBuilder : IFluentBuilder
Methods
View Source
AddColumn(String)
Specifies a column to add.
Declaration
IAlterTableColumnTypeBuilder AddColumn(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
View Source
AlterColumn(String)
Specifies a column to alter.
Declaration
IAlterTableColumnTypeBuilder AlterColumn(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns