Class IfExistsTask
Inheritance
System.Object
IfExistsTask
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ETLBox.ControlFlow
Assembly: ETLBox.dll
Syntax
public abstract class IfExistsTask : ControlFlowTask, ILoggableTask
Properties
DoesExist
Declaration
public bool DoesExist { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ObjectName
Declaration
public string ObjectName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ON
Declaration
public ObjectNameDescriptor ON { get; }
Property Value
Type | Description |
---|---|
ObjectNameDescriptor |
OON
Declaration
public ObjectNameDescriptor OON { get; }
Property Value
Type | Description |
---|---|
ObjectNameDescriptor |
Sql
Declaration
public string Sql { get; }
Property Value
Type | Description |
---|---|
System.String |
TaskName
Declaration
public override string TaskName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
Exists()
Declaration
public virtual bool Exists()
Returns
Type | Description |
---|---|
System.Boolean |