Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeleteIndexExpression

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

    Constructors

    View Source

    DeleteIndexExpression(IMigrationContext)

    Declaration
    public DeleteIndexExpression(IMigrationContext context)
    Parameters
    Type Name Description
    IMigrationContext context
    View Source

    DeleteIndexExpression(IMigrationContext, IndexDefinition)

    Declaration
    public DeleteIndexExpression(IMigrationContext context, IndexDefinition index)
    Parameters
    Type Name Description
    IMigrationContext context
    IndexDefinition index

    Properties

    View Source

    Index

    Declaration
    public IndexDefinition Index { get; }
    Property Value
    Type Description
    IndexDefinition

    Methods

    View Source

    GetSql()

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