Executes an SQL query against the user database.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
Parameters
- query
- Type:
System String
The SQL query to execute.
Return Value
A 2D array of values ([column, row]) that represents the SQL result. If no result, an empty array.See Also