Program.ExecuteSQL_QueryVerbatim Methods

Overloaded method to execute a SQL query with the SQL statement exactly as contained in the original legacy source code. A System.Collections.Generic.Dictionary is returned representing the results where you can access columns by name.

Overloaded List

Syntax Description
ExecuteSQL_QueryVerbatim (string) Executes a SQL query specifying the SQL statement.
ExecuteSQL_QueryVerbatim (string, DBParm[ ]) Executes a SQL query specifying the SQL statement and statement parameters.
ExecuteSQL_QueryVerbatim (DbConnection, string) Executes a SQL query specifying the database connection and SQL statement.
ExecuteSQL_QueryVerbatim (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