Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IUpdateWhereBuilder

    Builds an Update expression.

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

    Methods

    View Source

    AllRows()

    Specifies that all rows must be updated.

    Declaration
    IExecutableBuilder AllRows()
    Returns
    Type Description
    IExecutableBuilder
    View Source

    Where(Object)

    Specifies rows to update.

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