You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="useReadAsync">If true (default) will iterate the results using .ReadAsync() otherwise will only Execute the reader asynchronously and then use .Read() to iterate the results but still allowing cancellation.</param>
146
-
/// <returns>The QueryResult that contains a buffer block of the results and the column mappings.</returns>
146
+
/// <returns>The QueryResult that contains all the results and the column mappings.</returns>
0 commit comments