Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeleteDataExpression

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

    Constructors

    View Source

    DeleteDataExpression(IMigrationContext)

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

    Properties

    View Source

    IsAllRows

    Declaration
    public virtual bool IsAllRows { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Rows

    Declaration
    public List<DeletionDataDefinition> Rows { get; }
    Property Value
    Type Description
    List<DeletionDataDefinition>
    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
      • DeleteDataExpression(IMigrationContext)
    • Properties
      • IsAllRows
      • Rows
      • TableName
    • Methods
      • GetSql()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX