dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2SelectStatement Class

In This Topic
DB2SelectStatement Class Methods
In This Topic

For a list of all members of this type, see DB2SelectStatement 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 DB2SelectStatement.  
Public Methodstatic (Shared in Visual Basic)Converts the specified SELECT statement to a DB2SelectStatement 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 DB2SelectStatement object.  
Top
See Also