dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlSelectStatement Class

In This Topic
    MySqlSelectStatement Class Methods
    In This Topic

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