Search Results for

    Show / Hide Table of Contents
    View Source

    Class InsertDataExpression

    Inheritance
    System.Object
    MigrationExpressionBase
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Insert.Expressions
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class InsertDataExpression : MigrationExpressionBase, IMigrationExpression

    Constructors

    View Source

    InsertDataExpression(IMigrationContext)

    Declaration
    public InsertDataExpression(IMigrationContext context)
    Parameters
    Type Name Description
    IMigrationContext context

    Properties

    View Source

    EnabledIdentityInsert

    Declaration
    public bool EnabledIdentityInsert { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Rows

    Declaration
    public List<InsertionDataDefinition> Rows { get; }
    Property Value
    Type Description
    List<InsertionDataDefinition>
    View Source

    TableName

    Declaration
    public string TableName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    View Source

    GetSql()

    Declaration
    protected override string GetSql()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • InsertDataExpression(IMigrationContext)
    • Properties
      • EnabledIdentityInsert
      • Rows
      • TableName
    • Methods
      • GetSql()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX