Method ToSqlStringAsync<TResult>(Expression<Func<IRedbGrouping<TKey, TProps>, TResult>>)

Assembly: redb.Core.dll

Returns SQL string that will be executed for this GroupBy query.
Useful for debugging and diagnostics.

public Task<string> ToSqlStringAsync<TResult>(Expression<Func<IRedbGrouping<TKey, TProps>, TResult>> selector)