Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IInsertIntoBuilder

    Builds an Insert Into expression.

    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Insert
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IInsertIntoBuilder : IFluentBuilder, IExecutableBuilder

    Methods

    View Source

    EnableIdentityInsert()

    Enables identity insert.

    Declaration
    IInsertIntoBuilder EnableIdentityInsert()
    Returns
    Type Description
    IInsertIntoBuilder
    View Source

    Row(Object)

    Specifies a row to be inserted.

    Declaration
    IInsertIntoBuilder Row(object dataAsAnonymousType)
    Parameters
    Type Name Description
    System.Object dataAsAnonymousType
    Returns
    Type Description
    IInsertIntoBuilder
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • EnableIdentityInsert()
      • Row(Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX