Search Results for

    Show / Hide Table of Contents

    Class DeleteKeysAndIndexesBuilder

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Delete.KeysAndIndexes
    Assembly: cs.temp.dll.dll
    Syntax
    public class DeleteKeysAndIndexesBuilder : IExecutableBuilder

    Constructors

    DeleteKeysAndIndexesBuilder(IMigrationContext, DatabaseType[])

    Declaration
    public DeleteKeysAndIndexesBuilder(IMigrationContext context, params DatabaseType[] supportedDatabaseTypes)
    Parameters
    Type Name Description
    IMigrationContext context
    DatabaseType[] supportedDatabaseTypes

    Properties

    DeleteForeign

    Declaration
    public bool DeleteForeign { get; set; }
    Property Value
    Type Description
    System.Boolean

    DeleteLocal

    Declaration
    public bool DeleteLocal { get; set; }
    Property Value
    Type Description
    System.Boolean

    TableName

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

    Methods

    Do()

    Declaration
    public void Do()
    In This Article
    • Constructors
      • DeleteKeysAndIndexesBuilder(IMigrationContext, DatabaseType[])
    • Properties
      • DeleteForeign
      • DeleteLocal
      • TableName
    • Methods
      • Do()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX