[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
This method gives an example of how to construct CamlQuery objects
using the constructor that accepts the entire query string.
Namespace: JohnHolliday.Caml.Net
Assembly: JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Syntax
C# |
---|
public static void Example() |
Visual Basic (Declaration) |
---|
Public Shared Sub Example |
Visual C++ |
---|
public: static void Example () |
Remarks
Note that you simply append the GroupBy and OrderBy clauses to the
query string.
See Also
CamlQuery Class
JohnHolliday.Caml.Net Namespace