Title here
Summary here
public abstract class DropTask<T> : ControlFlowTask, ILoggableTask where T : IfExistsTask, new()| Name | Description |
|---|---|
| T |
public virtual ObjectNameDescriptor ON { get; }| Type | Description |
|---|---|
| ObjectNameDescriptor |
public string ObjectName { get; set; }| Type | Description |
|---|---|
| string |
public string Sql { get; }| Type | Description |
|---|---|
| string |
public void Drop() public void DropIfExists()