Overloaded method to execute a SQL query command returning System.Collections.Generic.Dictionary representing the results where you can access columns by name.
Overloaded List
| Syntax | Description |
|---|---|
| ExecuteSQL_Query (string) | Executes a SQL query specifying the SQL statement, without parameters. |
| ExecuteSQL_Query (string, DBParm[ ]) | Executes a SQL query specifying the SQL statement and statement parameters. |
| ExecuteSQL_Query (DbConnection, string) | Executes a SQL query specifying the database connection and SQL statement, without parameters. |
| ExecuteSQL_Query (DbConnection, string, DBParm[ ]) | Executes a SQL query 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 |
