Interface ICreateColumnOptionSyntax
Interface to set the column options or the new value for existing rows
Inherited Members
Namespace: FluentMigrator.Builders.Create.Column
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateColumnOptionSyntax : IColumnOptionSyntax<ICreateColumnOptionSyntax, ICreateColumnOptionOrForeignKeyCascadeSyntax>
Methods
| Edit this page View SourceSetExistingRowsTo(object)
The value to set against existing rows for the new column.
Declaration
ICreateColumnOptionSyntax SetExistingRowsTo(object value)
Parameters
Type | Name | Description |
---|---|---|
object | value |
Returns
Type | Description |
---|---|
ICreateColumnOptionSyntax |