Questions tagged [autoquery-servicestack]

19 questions
1
vote
1 answer

ServiceStack OrmLite AutoQuery Filter

Should the following work: ?OpensContains=Something by querying the Name column on the db? It doesn't and I'm not sure why not? [QueryDbField(Field = "Name")] public string OpensContains { get; set; } ?NameContains=Something does work, the…
1
vote
1 answer

ServiceStack AutoQuery Send Filter's Manually

We are trying to use the JsonServiceClient to manually construct autoquery requests. The code is pretty simple for most operations but I don't see how filters are applied: var client = new JsonServiceClient('https://my-app.azurewebsites.net'); var…
1
vote
2 answers

Transform Request to Autoquery friendly

We are working with a 3rd party grid (telerik kendo) that has paging/sorting/filtering built in. It will send the requests in a certain way when making the GET call and I'm trying to determine if there is a way to translate these requests to…
1
vote
1 answer

Servicestack Autoquery problems after update to 4.0.62

i have recently upgraded to ServiceStack v4.0.62 and now my project doesnt compile. I have change my AutoQuery to IAutoQueryData but then none of my .Where and .Select and so on works anymore. Please guide If i leave it with IAutoQuery i get this…
Krillehbg
  • 175
  • 2
  • 9
1
2