odata-query-builder
odata-query-builder copied to clipboard
I need to remove quotations character from GUID variable in filter
I want to create a query like this:
?$filter=AccountId eq 00000000-0000-0000-0000-000000000001
How can I prevent %27 from passing GUID in my filter?
@mjza I'm thinking of using this library.. did you solve that issue?