Search Results for

    Show / Hide Table of Contents

    Interface IInsertIntoBuilder

    Builds an Insert Into expression.

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

    Methods

    EnableIdentityInsert()

    Enables identity insert.

    Declaration
    IInsertIntoBuilder EnableIdentityInsert()
    Returns
    Type Description
    IInsertIntoBuilder

    Row(Object)

    Specifies a row to be inserted.

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