Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateTableExpression

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

    Constructors

    View Source

    CreateTableExpression(IMigrationContext)

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

    Properties

    View Source

    Columns

    Declaration
    public virtual IList<ColumnDefinition> Columns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<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
      • CreateTableExpression(IMigrationContext)
    • Properties
      • Columns
      • SchemaName
      • TableName
    • Methods
      • GetSql()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX