View Source
Class CreateTableOfDtoBuilder
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
View Source
WithoutKeysAndIndexes
Declaration
public bool WithoutKeysAndIndexes { get; set; }
Property Value
Methods
View Source
Do()
Declaration