Interface IAlterTableColumnOptionOrAddColumnOrAlterColumnSyntax
Interface for adding/altering columns or column options
Inherited Members
Namespace: FluentMigrator.Builders.Alter.Table
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IAlterTableColumnOptionOrAddColumnOrAlterColumnSyntax : IColumnOptionSyntax<IAlterTableColumnOptionOrAddColumnOrAlterColumnSyntax, IAlterTableColumnOptionOrAddColumnOrAlterColumnOrForeignKeyCascadeSyntax>, IAlterTableAddColumnOrAlterColumnSyntax
Methods
| Edit this page View SourceSetExistingRowsTo(object)
The value to set against existing rows for the new column. Only used for creating columns, not altering them.
Declaration
IAlterTableColumnOptionOrAddColumnOrAlterColumnSyntax SetExistingRowsTo(object value)
Parameters
Type | Name | Description |
---|---|---|
object | value |
Returns
Type | Description |
---|---|
IAlterTableColumnOptionOrAddColumnOrAlterColumnSyntax |