Search Results for

    Show / Hide Table of Contents
    View Source

    Class InsertIntoBuilder

    Implements IInsertIntoBuilder.

    Inheritance
    System.Object
    ExpressionBuilderBase<InsertDataExpression>
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Insert
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class InsertIntoBuilder : ExpressionBuilderBase<InsertDataExpression>, IInsertIntoBuilder, IFluentBuilder, IExecutableBuilder

    Constructors

    View Source

    InsertIntoBuilder(InsertDataExpression)

    Declaration
    public InsertIntoBuilder(InsertDataExpression expression)
    Parameters
    Type Name Description
    InsertDataExpression expression

    Methods

    View Source

    Do()

    Executes.

    Declaration
    public void Do()
    View Source

    EnableIdentityInsert()

    Enables identity insert.

    Declaration
    public IInsertIntoBuilder EnableIdentityInsert()
    Returns
    Type Description
    IInsertIntoBuilder
    View Source

    Row(Object)

    Specifies a row to be inserted.

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