Search Results for

    Show / Hide Table of Contents

    Class InsertBuilder

    Implements IInsertBuilder.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Insert
    Assembly: cs.temp.dll.dll
    Syntax
    public class InsertBuilder : IInsertBuilder, IFluentBuilder

    Constructors

    InsertBuilder(IMigrationContext)

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

    Methods

    IntoTable(String)

    Specifies the table to insert into.

    Declaration
    public IInsertIntoBuilder IntoTable(string tableName)
    Parameters
    Type Name Description
    System.String tableName
    Returns
    Type Description
    IInsertIntoBuilder
    In This Article
    • Constructors
      • InsertBuilder(IMigrationContext)
    • Methods
      • IntoTable(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX