Back to Devexpress

Session.ExecuteQueryWithMetadata Method

xpo-devexpress-dot-xpo-dot-session-dot-executequerywithmetadata.md

latest1.5 KB
Original Source

Session.ExecuteQueryWithMetadata Method

NameParametersDescription
ExecuteQueryWithMetadata(String, QueryParameterCollection)sql, parametersExecutes the specified SQL query and returns its result set along with the types and names of retrieved columns.
ExecuteQueryWithMetadata(String, Object[])sql, parameterValuesExecutes the specified SQL query and returns its result set along with the types and names of retrieved columns.
ExecuteQueryWithMetadata(String, String[], QueryParameterCollection)sql, parameterNames, parametersExecutes the specified SQL query and returns its result set along with the types and names of retrieved columns.
ExecuteQueryWithMetadata(String, String[], Object[])sql, parameterNames, parameterValuesExecutes the specified SQL query and returns its result set along with the types and names of retrieved columns.
ExecuteQueryWithMetadata(String)sqlExecutes the specified SQL query and returns its result set along with the types and names of retrieved columns.