Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IInsertBuilder

    Builds an Insert expression.

    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Insert
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IInsertBuilder : IFluentBuilder

    Methods

    View Source

    IntoTable(string)

    Specifies the table into which data will be inserted.

    Declaration
    IInsertIntoBuilder IntoTable(string tableName)
    Parameters
    Type Name Description
    string tableName

    The name of the table to insert into.

    Returns
    Type Description
    IInsertIntoBuilder

    An IInsertIntoBuilder to continue building the insert expression.

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