Search Results for

    Show / Hide Table of Contents
    View Source

    Class InsertBuilder

    Implements IInsertBuilder.

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Insert
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class InsertBuilder : IInsertBuilder, IFluentBuilder

    Constructors

    View Source

    InsertBuilder(IMigrationContext)

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

    Methods

    View Source

    IntoTable(string)

    Specifies the table to insert into.

    Declaration
    public IInsertIntoBuilder IntoTable(string tableName)
    Parameters
    Type Name Description
    string tableName
    Returns
    Type Description
    IInsertIntoBuilder
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX