Title here
Summary here
Truncates a table.
TruncateTableTask.Truncate("demo.table1");
Type | Name | Description |
---|---|---|
string | tableName | Sets the TableName |
Sql code that is used when the task is executed.
Type | Description |
---|---|
string |
The formatted table table name
Type | Description |
---|---|
ObjectNameDescriptor |
Name of the table that should be truncated
Type | Description |
---|---|
string |
Execute a table truncation
Type | Name | Description |
---|---|---|
IConnectionManager | connection | Database connection manager to connect with the database |
string | tableName | Table name that should be truncated |
Execute a table truncation
Type | Name | Description |
---|---|---|
string | tableName | Table that should be truncated |
Type | Name | Description |
---|---|---|
IConnectionManager | connection | |
string | tableName |