Class IfExistsTask

Implements
Namespace: ETLBox.ControlFlow
Assembly: ETLBox.dll
Syntax
    public abstract class IfExistsTask : ControlFlowTask, ILoggableTask

Properties

DoesExist

Declaration
    public bool DoesExist { get; }
Property Value
TypeDescription
bool

ON

Declaration
    public virtual ObjectNameDescriptor ON { get; }
Property Value
TypeDescription
ObjectNameDescriptor

OON

Declaration
    public ObjectNameDescriptor OON { get; }
Property Value
TypeDescription
ObjectNameDescriptor

ObjectName

Declaration
    public string ObjectName { get; set; }
Property Value
TypeDescription
string

Sql

Declaration
    public string Sql { get; }
Property Value
TypeDescription
string

Methods

Exists()

Declaration
    public virtual bool Exists()
Returns
TypeDescription
bool

Implements