Search Results for

    Show / Hide Table of Contents

    Class DeleteDataExpression

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

    Constructors

    DeleteDataExpression(IMigrationContext)

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

    Properties

    IsAllRows

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

    Rows

    Declaration
    public List<DeletionDataDefinition> Rows { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<DeletionDataDefinition>

    TableName

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