Search Results for

    Show / Hide Table of Contents

    Interface IInsertBuilder

    Builds an Insert expression.

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

    Methods

    IntoTable(String)

    Specifies the table to insert into.

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