Search Results for

    Show / Hide Table of Contents

    Class UpdateDataExpression

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

    Constructors

    UpdateDataExpression(IMigrationContext)

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

    Properties

    IsAllRows

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

    Set

    Declaration
    public List<KeyValuePair<string, object>> Set { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<System.String, System.Object>>

    TableName

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

    Where

    Declaration
    public List<KeyValuePair<string, object>> Where { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<System.String, System.Object>>

    Methods

    GetSql()

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