Executes an SQL query against the specified connection.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
Parameters
- connectionString
- Type:
System String
The connection string that includes the source database name, and other parameters needed to establish the initial connection.
- query
- Type:
System String
The SQL query to execute.
- parameters
- Type:
System.Collections.Generic IEnumerable
Object
The collection of parameters for the query (in the same order they appear in the SQL expression).
Return Value
A 2D array of values ([column, row]) that represents the SQL result. If no result, an empty array.See Also