Method GetFilterJsonAsync<TProps>(QueryContext<TProps>)

Assembly: redb.Core.dll

Returns the JSON filter that will be sent to SQL function (for diagnostics)

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