[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
This class demonstrates using the CAML.NET framework directly by using the
static string conversion methods to produce the desired CAML query string. Once
the string is built, it can be applied directly to any SharePoint object that
understands raw CAML.
Namespace: JohnHolliday.Caml.Net
Assembly:
JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Syntax
C# |
---|
public class RawQuerySample |
Visual Basic (Declaration) |
---|
Public Class RawQuerySample |
Visual C++ |
---|
public ref class RawQuerySample |
Inheritance Hierarchy
See Also
RawQuerySample Members
JohnHolliday.Caml.Net Namespace