Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateBuilder

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Update
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class UpdateBuilder : IUpdateBuilder, IFluentBuilder

    Constructors

    View Source

    UpdateBuilder(IMigrationContext)

    Declaration
    public UpdateBuilder(IMigrationContext context)
    Parameters
    Type Name Description
    IMigrationContext context

    Methods

    View Source

    Table(String)

    Specifies the table to update.

    Declaration
    public IUpdateTableBuilder Table(string tableName)
    Parameters
    Type Name Description
    System.String tableName
    Returns
    Type Description
    IUpdateTableBuilder
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UpdateBuilder(IMigrationContext)
    • Methods
      • Table(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX