Skip to main content
A newer version of this page is available. .

Session.ExecuteQueryWithMetadata Method

Name Parameters Description
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.
ExecuteQueryWithMetadata(String) sql Executes the specified SQL query and returns its result set along with the types and names of retrieved columns.