TruncateStatement

TruncateStatement allows the construction of SQL TRUNCATE statements.

Namespace:
Inetdev.Data.Query
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.Query.Statement

Constructors

TruncateStatement

Default constructor

Signature:
public Void TruncateStatement()

TruncateStatement

Initializes a new instance of TruncateStatement.

Signature:
public Void TruncateStatement(repository)
Parameters
Name Type Summary
repository Repository The underlying repository

TruncateStatement

Initializes a new instance of TruncateStatement.

Signature:
public Void TruncateStatement(name, repository)
Parameters
Name Type Summary
name String The name of the statement.
repository Repository The underlying repository

Properties

WhereConditions

Returns an array of SearchConditions that conforms the WHERE clause for the statement.

Signature:
public IList<SearchCondition> WhereConditions { get; }
Remarks

This property is not supported on this type.