Thursday, 11 June 2009

CAML Query Schema

Useful links for constructing CAML Queries

http://msdn.microsoft.com/en-us/library/ms467521.aspx

Useful link for ViewFields:

http://msdn.microsoft.com/en-us/library/ms442073.aspx


When quering on datetime values, by default CAML will only query on the Date portion, to include the time use the following :

<value includetimevalue="TRUE" type="DateTime"> <today> </value>

No comments:

Post a Comment