dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteSelectStatement Class

In This Topic
SQLiteSelectStatement Class Methods
In This Topic

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