|
|
Hi
This application is very good. It works fine for full table view / with filter condition. But it fails when I try to use 'orderby' clause like 'The requested operation is not implemented on the specified resource.'. Do we have to try 'orderby' in a different
syntax? I have tried like 'from i in <table> orderby i.<field> select i'.
Thanks
|
|
|
|
Hi
After some search, I came to know that 'orderby' is not supported for windows azure table service (http://msdn.microsoft.com/en-us/library/dd135725.aspx). I will try to do some workaround
using 'where' clause. Thanks.
|
|
Coordinator
Feb 17, 2010 at 12:15 PM
|
Yeah right now it is limited to what the Azure table storage service offers. Once I get the new extensions added to it you'll be able to do it.
|
|