Search Results for

    Show / Hide Table of Contents
    View Source

    Class MissingDictionaryIndex

    Inheritance
    System.Object
    MigrationBase
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_8_7_0
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class MissingDictionaryIndex : MigrationBase, IDiscoverable

    Constructors

    View Source

    MissingDictionaryIndex(IMigrationContext)

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

    Methods

    View Source

    Migrate()

    Adds an index to the foreign key column parent on DictionaryDto's table if it doesn't already exist

    Declaration
    protected override void Migrate()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MissingDictionaryIndex(IMigrationContext)
    • Methods
      • Migrate()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX