Method GetSqlPreviewAsync<TProps>(QueryContext<TProps>)

Assembly: redb.Core.dll

Get SQL query for debugging (analogous to ToQueryString in EF Core).
Pro version returns PVT SQL, Open Source - redb_json_objects.

Task<string> GetSqlPreviewAsync<TProps>(QueryContext<TProps> context) where TProps : class, new()