Class AlterTableExpression
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Alter.Expressions
Assembly: Umbraco.Infrastructure.dll
Syntax
public class AlterTableExpression : MigrationExpressionBase, IMigrationExpression
Constructors
View SourceAlterTableExpression(IMigrationContext)
Declaration
public AlterTableExpression(IMigrationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| IMigrationContext | context |
Properties
View SourceTableName
Declaration
public virtual string? TableName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceGetSql()
Declaration
protected override string GetSql()
Returns
| Type | Description |
|---|---|
| string |