C# Class MigSharp.Options

Access to the static options of Mig#.
Mostrar archivo Open project: dradovic/MigSharp

Public Methods

Method Description
SetGeneralTraceLevel ( SourceLevels sourceLevels ) : void

Sets the level of general information being traced.

SetPerformanceTraceLevel ( SourceLevels sourceLevels ) : void

Sets the level of performance information being traced.

SetSqlTraceLevel ( SourceLevels sourceLevels ) : void

Sets the level of SQL information being traced.

Method Details

SetGeneralTraceLevel() public static method

Sets the level of general information being traced.
public static SetGeneralTraceLevel ( SourceLevels sourceLevels ) : void
sourceLevels SourceLevels
return void

SetPerformanceTraceLevel() public static method

Sets the level of performance information being traced.
public static SetPerformanceTraceLevel ( SourceLevels sourceLevels ) : void
sourceLevels SourceLevels
return void

SetSqlTraceLevel() public static method

Sets the level of SQL information being traced.
public static SetSqlTraceLevel ( SourceLevels sourceLevels ) : void
sourceLevels SourceLevels
return void