Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateColumnExpression

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

    Constructors

    View Source

    CreateColumnExpression(IMigrationContext)

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

    Properties

    View Source

    Column

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

    TableName

    Declaration
    public 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
      • CreateColumnExpression(IMigrationContext)
    • Properties
      • Column
      • TableName
    • Methods
      • GetSql()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX