The SelectStatement class is designed for easy manipulation of SQL SELECT statements. It allows you to perform the following tasks:
To obtain the statement text use the ToString method.
Instances of this class cannot be created directly. To use its functionality, one needs to create an object of a descendant class, like DB2SelectStatement.
System.Object
Devart.Common.SelectStatement
Devart.Data.DB2.DB2SelectStatement