Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateDataExpression

    Inheritance
    object
    MigrationExpressionBase
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Update.Expressions
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class UpdateDataExpression : MigrationExpressionBase, IMigrationExpression

    Constructors

    View Source

    UpdateDataExpression(IMigrationContext)

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

    Properties

    View Source

    IsAllRows

    Declaration
    public bool IsAllRows { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Set

    Declaration
    public List<KeyValuePair<string, object?>>? Set { get; set; }
    Property Value
    Type Description
    List<KeyValuePair<string, object>>
    View Source

    TableName

    Declaration
    public string? TableName { get; set; }
    Property Value
    Type Description
    string
    View Source

    Where

    Declaration
    public List<KeyValuePair<string, object?>>? Where { get; set; }
    Property Value
    Type Description
    List<KeyValuePair<string, object>>

    Methods

    View Source

    GetSql()

    Declaration
    protected override string GetSql()
    Returns
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX