Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IUpdateBuilder

    Builds an Update expression.

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

    Methods

    View Source

    Table(string)

    Specifies the table to update in the update expression.

    Declaration
    IUpdateTableBuilder Table(string tableName)
    Parameters
    Type Name Description
    string tableName

    The name of the table to update.

    Returns
    Type Description
    IUpdateTableBuilder

    An IUpdateTableBuilder instance for further configuration of the update operation.

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