Search Results for

    Show / Hide Table of Contents

    Class ExecuteSqlStatementExpression

    Inheritance
    System.Object
    MigrationExpressionBase
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Execute.Expressions
    Assembly: cs.temp.dll.dll
    Syntax
    public class ExecuteSqlStatementExpression : MigrationExpressionBase, IMigrationExpression

    Constructors

    ExecuteSqlStatementExpression(IMigrationContext)

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

    Properties

    SqlObject

    Declaration
    public virtual Sql<ISqlContext> SqlObject { get; set; }
    Property Value
    Type Description
    Sql<ISqlContext>

    SqlStatement

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

    Methods

    ExecuteSqlObject()

    Declaration
    public void ExecuteSqlObject()

    GetSql()

    Declaration
    protected override string GetSql()
    Returns
    Type Description
    System.String
    In This Article
    • Constructors
      • ExecuteSqlStatementExpression(IMigrationContext)
    • Properties
      • SqlObject
      • SqlStatement
    • Methods
      • ExecuteSqlObject()
      • GetSql()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX