Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateTableOfDtoBuilder

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Create.Table
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class CreateTableOfDtoBuilder : IExecutableBuilder

    Constructors

    View Source

    CreateTableOfDtoBuilder(IMigrationContext, params DatabaseType[])

    Declaration
    public CreateTableOfDtoBuilder(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
    Type
    View Source

    WithoutKeysAndIndexes

    Declaration
    public bool WithoutKeysAndIndexes { get; set; }
    Property Value
    Type Description
    bool

    Methods

    View Source

    Do()

    Executes.

    Declaration
    public void Do()
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX