Overloaded method to execute a SQL command statement with the SQL statement exactly as contained in the original legacy source code.
Overloaded List
| Syntax | Description |
|---|---|
| ExecuteSQL_StatementVerbatim ( string) | Executes the SQL command statement specified. |
| ExecuteSQL_StatementVerbatim ( string, DBParm[]) | Executes a SQL command statement specifying the SQL statement and statement parameters. |
| ExecuteSQL_StatementVerbatim ( DbConnection, string) | Executes a SQL command statement specifying the database connection and SQL statement. |
| ExecuteSQL_StatementVerbatim ( DbConnection, string, DBParm[]) | Executes a SQL command statement specifying the database connection, SQL statement, and statement parameters. |
Requirements
| Namespace: | ASNA.Monarch |
| Assembly: | ASNA.VisualRPG.Runtime.DLL |
| Platforms: | Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8 Pro, Windows 10 Pro |
