Search Results for

    Show / Hide Table of Contents

    Interface IUpdateWhereBuilder

    Builds an Update expression.

    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Update
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IUpdateWhereBuilder

    Methods

    AllRows()

    Specifies that all rows must be updated.

    Declaration
    IExecutableBuilder AllRows()
    Returns
    Type Description
    IExecutableBuilder

    Where(Object)

    Specifies rows to update.

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