dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlSelectStatement Class

In This Topic
PgSqlSelectStatement Class Methods
In This Topic

For a list of all members of this type, see PgSqlSelectStatement members.

Public Methods
 NameDescription
Public MethodAdds new condition to HAVING clause of the statement, represented by the Having property. (Inherited from Devart.Common.SelectStatement)
Public MethodAdds new condition to WHERE clause of the statement, represented by the Where property. (Inherited from Devart.Common.SelectStatement)
Public MethodOverridden. Clears all parts of the PgSqlSelectStatement.  
Public Methodstatic (Shared in Visual Basic)Converts the specified SELECT statement to a PgSqlSelectStatement object.  
Public MethodReturns SQL statement in the text form. (Inherited from Devart.Common.SelectStatement)
Public Methodstatic (Shared in Visual Basic)Tries to convert the specified SELECT statement to a PgSqlSelectStatement object.  
Top
See Also