John Trenwith

Results 2 comments of John Trenwith

Note the query input is escaped in the "QueryAsync" method using Uri.EscapeDataString: ``` var query = string.Format("SELECT {0} FROM {1} WHERE Id = '{2}'", fields, objectName, recordId); var results =...

Hi Wade, I used this SDK as the foundation when writing my [DynamicForce ](https://github.com/johntrenwith/DynamicForce)project and was a bit bummed at the time when I found there wasn't an "official" dotnet...