A newer version of this page is available.
Switch to the current version.
Session.ExecuteQueryWithMetadata Method
Name | Parameters | Description |
---|---|---|
ExecuteQueryWithMetadata(String) | sql | Executes the specified SQL query and returns its result set along with the types and names of retrieved columns. |
ExecuteQueryWithMetadata(String, Object[]) | sql, parameterValues | Executes the specified SQL query and returns its result set along with the types and names of retrieved columns. |
ExecuteQueryWithMetadata(String, String[], Object[]) | sql, parameterNames, parameterValues | Executes the specified SQL query and returns its result set along with the types and names of retrieved columns. |
Feedback