Search Results for

    Show / Hide Table of Contents

    Class UpdateDataBuilder

    Inheritance
    System.Object
    ExpressionBuilderBase<UpdateDataExpression>
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Update
    Assembly: cs.temp.dll.dll
    Syntax
    public class UpdateDataBuilder : ExpressionBuilderBase<UpdateDataExpression>, IUpdateTableBuilder, IUpdateWhereBuilder

    Constructors

    UpdateDataBuilder(UpdateDataExpression)

    Declaration
    public UpdateDataBuilder(UpdateDataExpression expression)
    Parameters
    Type Name Description
    UpdateDataExpression expression

    Methods

    AllRows()

    Specifies that all rows must be updated.

    Declaration
    public IExecutableBuilder AllRows()
    Returns
    Type Description
    IExecutableBuilder

    Do()

    Declaration
    public void Do()

    Set(Object)

    Specifies the data.

    Declaration
    public IUpdateWhereBuilder Set(object dataAsAnonymousType)
    Parameters
    Type Name Description
    System.Object dataAsAnonymousType
    Returns
    Type Description
    IUpdateWhereBuilder

    Where(Object)

    Specifies rows to update.

    Declaration
    public IExecutableBuilder Where(object dataAsAnonymousType)
    Parameters
    Type Name Description
    System.Object dataAsAnonymousType
    Returns
    Type Description
    IExecutableBuilder
    In This Article
    • Constructors
      • UpdateDataBuilder(UpdateDataExpression)
    • Methods
      • AllRows()
      • Do()
      • Set(Object)
      • Where(Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX