Search Results for

    Show / Hide Table of Contents

    Class MissingDictionaryIndex

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

    Constructors

    MissingDictionaryIndex(IMigrationContext)

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

    Methods

    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()
    In This Article
    • Constructors
      • MissingDictionaryIndex(IMigrationContext)
    • Methods
      • Migrate()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX