New Posts New Posts RSS Feed: AdHoc queries with DevForce?
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

AdHoc queries with DevForce?

 Post Reply Post Reply
Author
katit View Drop Down
Senior Member
Senior Member


Joined: 09-Sep-2011
Posts: 146
Post Options Post Options   Quote katit Quote  Post ReplyReply Direct Link To This Post Topic: AdHoc queries with DevForce?
    Posted: 07-Oct-2011 at 8:47am
Does DevForce support AdHoc queries in Silverlight? I know about eSQL but strong types still involved there. I wonder if I can pass regular SQL through to get result back?
 
Also, I had a question on how to run "Count" query using Async? Obviously, when I do LINQ query - there is no CountAsync() operation. Sometimes I need to check how many records or existance of something and I don't wan't to bring set of data to the client (performance reasons)
Back to Top
smi-mark View Drop Down
DevForce MVP
DevForce MVP
Avatar

Joined: 24-Feb-2009
Location: Dallas, Texas
Posts: 343
Post Options Post Options   Quote smi-mark Quote  Post ReplyReply Direct Link To This Post Posted: 07-Oct-2011 at 3:36pm
you can do AsScalarAsync()

This article should help you: http://drc.ideablade.com/xwiki/bin/view/Documentation/async%2Dimmediate%2Dexecution
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down