BCUserDBExecSQL Method (String) |
Executes an SQL query against the user database.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public Array ExecSQL(
string query
)
Public Function ExecSQL (
query As String
) As Array
Parameters
- query
- Type: SystemString
The SQL query to execute.
Return Value
Type:
Array
A 2D array of values ([column, row]) that represents the SQL result.
If no result, an empty array.
See Also