Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateTableOfDtoBuilder

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

    Constructors

    View Source

    CreateTableOfDtoBuilder(IMigrationContext, 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
    System.Nullable<Type>
    View Source

    WithoutKeysAndIndexes

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

    Methods

    View Source

    Do()

    Executes.

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