Class ControlFlow

Contains static information which affects all ETLBox tasks and general logging behavior for all components. Here you can set default connections string, disbale the logging for all processes or set the current stage used in your logging configuration.

Inheritance
object
ControlFlow
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ETLBox.ControlFlow
Assembly: ETLBox.dll
Syntax
    public static class ControlFlow

Properties

DefaultDbConnection

You can store your general database connection string here. This connection will then used by all Tasks where no DB connection is excplicitly set.

Declaration
    public static IConnectionManager DefaultDbConnection { get; set; }
Property Value
TypeDescription
IConnectionManager

Methods

ClearSettings()

Set all settings back to default (which is null or false)

Declaration
    public static void ClearSettings()