프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetScriptingOptions | MigSharp.Process.ScriptingOptions | ||
SetGeneralTraceLevel | void | ||
SetPerformanceTraceLevel | void | ||
SetSqlTraceLevel | void |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
GetScriptingOptions ( ) : MigSharp.Process.ScriptingOptions | ||
SetGeneralTraceLevel ( SourceLevels sourceLevels ) : void | ||
SetPerformanceTraceLevel ( SourceLevels sourceLevels ) : void | ||
SetSqlTraceLevel ( SourceLevels sourceLevels ) : void |
public ExecuteAndScriptSqlTo ( |
||
targetDirectory | ||
리턴 | void |
public ExecuteAndScriptSqlTo ( string targetDirectory ) : void | ||
targetDirectory | string | |
리턴 | void |
public MigrationOptions ( string moduleName ) : System | ||
moduleName | string | The name of the selected module. Only migrations for this module will be executed. |
리턴 | System |
public OnlyScriptSqlTo ( |
||
targetDirectory | ||
리턴 | void |
public OnlyScriptSqlTo ( string targetDirectory ) : void | ||
targetDirectory | string | |
리턴 | void |