Search Results for

    Show / Hide Table of Contents
    View Source

    Class ExecuteSqlStatementExpression

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

    Constructors

    View Source

    ExecuteSqlStatementExpression(IMigrationContext)

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

    Properties

    View Source

    SqlObject

    Declaration
    public virtual Sql<ISqlContext>? SqlObject { get; set; }
    Property Value
    Type Description
    System.Nullable<Sql<ISqlContext>>
    View Source

    SqlStatement

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

    Methods

    View Source

    ExecuteSqlObject()

    Declaration
    public void ExecuteSqlObject()
    View Source

    GetSql()

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