Stitch.Database Documentation | |
DBConnection.NonSelectQuery Method
Executes the an SQL Non-Select based query.
public
int NonSelectQuery(
string QueryString);
Parameters
- QueryString
- Query to execute
Return Value
The number of rows affected by the query.
See Also
DBConnection Class | Stitch.Database Namespace