Search Results for

    Show / Hide Table of Contents

    Class DeleteTableExpression

    Inheritance
    System.Object
    MigrationExpressionBase
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Delete.Expressions
    Assembly: cs.temp.dll.dll
    Syntax
    public class DeleteTableExpression : MigrationExpressionBase, IMigrationExpression

    Constructors

    DeleteTableExpression(IMigrationContext)

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

    Properties

    TableName

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

    Methods

    GetSql()

    Declaration
    protected override string GetSql()
    Returns
    Type Description
    System.String
    In This Article
    • Constructors
      • DeleteTableExpression(IMigrationContext)
    • Properties
      • TableName
    • Methods
      • GetSql()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX