Interface IAlterTableAddColumnOrAlterColumnOrSchemaOrDescriptionSyntax
Inherited Members
Namespace: FluentMigrator.Builders.Alter.Table
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IAlterTableAddColumnOrAlterColumnOrSchemaOrDescriptionSyntax : IAlterTableAddColumnOrAlterColumnOrSchemaSyntax, IAlterTableAddColumnOrAlterColumnSyntax
  Methods
WithDescription(string)
Declaration
IAlterTableAddColumnOrAlterColumnOrSchemaSyntax WithDescription(string description)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | description | 
Returns
| Type | Description | 
|---|---|
| IAlterTableAddColumnOrAlterColumnOrSchemaSyntax |