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 PgSqlSelectStatement.
System.Object
Devart.Common.SelectStatement
Devart.Data.PostgreSql.PgSqlSelectStatement