ISQLPerformer Interface
Provides the ability to execute SQL statements and queries against the database.
Syntax
Unit: Aurelius.Sql.Interfaces
ISQLPerformer = interface(IInterface);
Methods
| Name | Description |
|---|---|
| Execute | Executes a SQL DML statement (INSERT, UPDATE, or DELETE) and returns the number of affected rows. |
| ExecuteQuery | Executes a SQL statement that returns a result set. |