Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateKeysAndIndexesBuilder

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

    Constructors

    View Source

    CreateKeysAndIndexesBuilder(IMigrationContext, DatabaseType[])

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

    Properties

    View Source

    TypeOfDto

    Declaration
    public Type? TypeOfDto { get; set; }
    Property Value
    Type Description
    System.Nullable<Type>

    Methods

    View Source

    Do()

    Executes.

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