Stitch.Database Documentation | |
DBConnection.SelectQuery Method
Executes the an SQL Select based query.
Parameters
- QueryString
- Query to execute
Return Value
A generic DBResult that can be used to iterate
the returned rows using
FetchArray()
See Also
DBConnection Class | Stitch.Database Namespace