All Questions
Tagged with builder-pattern web-api
1 question
0
votes
1
answer
109
views
How to create QueryBuilder to work with concurrent requests
I need assistance with the QueryBuilder that generates OData query. Following is my implementation and it approach has couple of issues
If user forgets to SetRootTable then it will cause serious ...