TruncateStatement allows the construction of SQL TRUNCATE statements.
Default constructor
public Void TruncateStatement()
Initializes a new instance of TruncateStatement.
public Void TruncateStatement(repository)
Name | Type | Summary |
---|---|---|
repository | Repository | The underlying repository |
Initializes a new instance of TruncateStatement.
public Void TruncateStatement(name, repository)
Name | Type | Summary |
---|---|---|
name | String | The name of the statement. |
repository | Repository | The underlying repository |
Returns an array of SearchConditions that conforms the WHERE clause for the statement.
public IList<SearchCondition> WhereConditions { get; }
This property is not supported on this type.
In this document