Search Results for

    Show / Hide Table of Contents

    Class CreateKeysAndIndexesBuilder

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

    Constructors

    CreateKeysAndIndexesBuilder(IMigrationContext, DatabaseType[])

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

    Properties

    TypeOfDto

    Declaration
    public Type TypeOfDto { get; set; }
    Property Value
    Type Description
    System.Type

    Methods

    Do()

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