Property | Type | Description | |
---|---|---|---|
GetScriptingOptions | MigSharp.Process.ScriptingOptions | ||
SetGeneralTraceLevel | void | ||
SetPerformanceTraceLevel | void | ||
SetSqlTraceLevel | void |
Method | Description | |
---|---|---|
ExecuteAndScriptSqlTo ( |
Outputs the SQL used for the migrations to external files while migrating the database.
|
|
ExecuteAndScriptSqlTo ( string targetDirectory ) : void |
Outputs the SQL used for the migrations to external files while migrating the database.
|
|
MigrationOptions ( ) : System |
Initializes an instance of default options.
|
|
MigrationOptions ( string moduleName ) : System |
Initializes options that select migrations for specific module only.
|
|
OnlyScriptSqlTo ( |
Outputs the SQL used for the migrations to external files without affecting the database.
|
|
OnlyScriptSqlTo ( string targetDirectory ) : void |
Outputs the SQL used for the migrations to external files without affecting the database.
|
Method | Description | |
---|---|---|
GetScriptingOptions ( ) : MigSharp.Process.ScriptingOptions | ||
SetGeneralTraceLevel ( SourceLevels sourceLevels ) : void | ||
SetPerformanceTraceLevel ( SourceLevels sourceLevels ) : void | ||
SetSqlTraceLevel ( SourceLevels sourceLevels ) : void |
public ExecuteAndScriptSqlTo ( |
||
targetDirectory | ||
return | void |
public ExecuteAndScriptSqlTo ( string targetDirectory ) : void | ||
targetDirectory | string | |
return | void |
public MigrationOptions ( string moduleName ) : System | ||
moduleName | string | The name of the selected module. Only migrations for this module will be executed. |
return | System |
public OnlyScriptSqlTo ( |
||
targetDirectory | ||
return | void |
public OnlyScriptSqlTo ( string targetDirectory ) : void | ||
targetDirectory | string | |
return | void |