Name | Description | |
---|---|---|
![]() | AddHavingCondition | Adds new condition to HAVING clause of the statement, represented by the Having property. (Inherited from Devart.Common.SelectStatement) |
![]() | AddWhereCondition | Adds new condition to WHERE clause of the statement, represented by the Where property. (Inherited from Devart.Common.SelectStatement) |
![]() | Clear | Clears all parts of the Devart.Common.SelectStatement. (Inherited from Devart.Common.SelectStatement) |
![]() ![]() | Parse | Overloaded. Converts the specified SELECT statement to a SqlSelectStatement object. |
![]() | ToString | Returns SQL statement in the text form. (Inherited from Devart.Common.SelectStatement) |
![]() ![]() | TryParse | Tries to convert the specified SELECT statement to a SqlSelectStatement object. |