Class CreateKeysAndIndexesBuilder
Inheritance
System.Object
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