|
The Timestamp/any date column is a date time, so you'll want to use something like DateTime.Parse("1/1/2009") instead of just "1/1/2009"
I'll try to get some examples up soon.
I added Default2.aspx to the latest build - which uses the storage client extensions. There is a Queries.txt file in the root of the project that is full of query examples from that project.
|