Class DeleteKeysAndIndexesBuilder
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class DeleteKeysAndIndexesBuilder : IExecutableBuilder
Constructors
DeleteKeysAndIndexesBuilder(IMigrationContext, DatabaseType[])
Declaration
public DeleteKeysAndIndexesBuilder(IMigrationContext context, params DatabaseType[] supportedDatabaseTypes)
Parameters
Type |
Name |
Description |
IMigrationContext |
context |
|
DatabaseType[] |
supportedDatabaseTypes |
|
Properties
DeleteForeign
Declaration
public bool DeleteForeign { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DeleteLocal
Declaration
public bool DeleteLocal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TableName
Declaration
public string TableName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Do()
Declaration