Search Results for

    Show / Hide Table of Contents
    View Source

    Class AlterColumnExpression

    Inheritance
    System.Object
    MigrationExpressionBase
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Alter.Expressions
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class AlterColumnExpression : MigrationExpressionBase, IMigrationExpression

    Constructors

    View Source

    AlterColumnExpression(IMigrationContext)

    Declaration
    public AlterColumnExpression(IMigrationContext context)
    Parameters
    Type Name Description
    IMigrationContext context

    Properties

    View Source

    Column

    Declaration
    public virtual ColumnDefinition Column { get; set; }
    Property Value
    Type Description
    ColumnDefinition
    View Source

    SchemaName

    Declaration
    public virtual string SchemaName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    TableName

    Declaration
    public virtual string TableName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    View Source

    GetSql()

    Declaration
    protected override string GetSql()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AlterColumnExpression(IMigrationContext)
    • Properties
      • Column
      • SchemaName
      • TableName
    • Methods
      • GetSql()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX