Back to Devexpress

Session.ExecuteQueryWithMetadataAsync Method

xpo-devexpress-dot-xpo-dot-session-dot-executequerywithmetadataasync.md

latest2.0 KB
Original Source

Session.ExecuteQueryWithMetadataAsync Method

NameParametersDescription
ExecuteQueryWithMetadataAsync(String, QueryParameterCollection, CancellationToken)sql, parameters, cancellationTokenAsynchronously executes the specified SQL query and returns its result set along with the types and names of retrieved columns.
ExecuteQueryWithMetadataAsync(String, Object[], CancellationToken)sql, parameterValues, cancellationTokenAsynchronously executes the specified SQL query and returns its result set along with the types and names of retrieved columns.
ExecuteQueryWithMetadataAsync(String, String[], QueryParameterCollection, CancellationToken)sql, parameterNames, parameters, cancellationTokenAsynchronously executes the specified SQL query and returns its result set along with the types and names of retrieved columns.
ExecuteQueryWithMetadataAsync(String, String[], Object[], CancellationToken)sql, parameterNames, parameterValues, cancellationTokenAsynchronously executes the specified SQL query and returns its result set along with the types and names of retrieved columns.
ExecuteQueryWithMetadataAsync(String, CancellationToken)sql, cancellationTokenAsynchronously executes the specified SQL query and returns its result set along with the types and names of retrieved columns.