gmuth

Results 1 issues of gmuth

I have a Controller method as below: ` [HttpGet] public async Task NonExistentTable() { await SqlPipe .OnError(ex => { this.Response.StatusCode = 500; throw ex; } ) .Stream("select * from NonExistentTable...