dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleSelectStatement Class

In This Topic
    OracleSelectStatement Class Methods
    In This Topic

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