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 the update operation should affect all rows in the target table.

    Declaration
    IExecutableBuilder AllRows()
    Returns
    Type Description
    IExecutableBuilder

    An IExecutableBuilder that can be used to execute the update operation.

    View Source

    Where(object)

    Specifies the data to update for the selected rows.

    Declaration
    IExecutableBuilder Where(object dataAsAnonymousType)
    Parameters
    Type Name Description
    object dataAsAnonymousType

    An anonymous type object containing the column values to update.

    Returns
    Type Description
    IExecutableBuilder

    An IExecutableBuilder that can be used to execute the update operation.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX