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
Is there a reason why the DataSourceLoadOptionsBase IsSummaryQuery member is hidden with the [EditorBrowsable(EditorBrowsableState.Never)] annotation and is not supported in DataSourceLoadOptionsParser? This appears to facilitate requesting only the TotalSummary information which would be a useful feature when no data rows are needed.
I'm concerned about providing an override in my API to enable this capability if it is hidden because of known issues.
The text was updated successfully, but these errors were encountered:
Is there a reason why the DataSourceLoadOptionsBase IsSummaryQuery member is hidden with the [EditorBrowsable(EditorBrowsableState.Never)] annotation and is not supported in DataSourceLoadOptionsParser? This appears to facilitate requesting only the TotalSummary information which would be a useful feature when no data rows are needed.
I'm concerned about providing an override in my API to enable this capability if it is hidden because of known issues.
The text was updated successfully, but these errors were encountered: