[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Syntax
C# |
---|
public interface ICamlQuery |
Visual Basic (Declaration) |
---|
Public Interface ICamlQuery |
Visual C++ |
---|
public interface class ICamlQuery |
The type exposes the following members.
Public Methods
Name | Description | |
---|---|---|
![]() | CreateQuery |
Creates an SPQuery object.
|
![]() | CreateSiteDataQuery |
Creates a site data query object.
|
![]() | DataBind | Overloaded. |
![]() | Fetch | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
![]() | ListsXml |
Gets or sets the CAML Lists specifier.
|
![]() | QueryXml |
Gets or sets the CAML query string.
|
![]() | ViewFieldsXml |
Gets or sets the CAML ViewFields specifier.
|
See Also
JohnHolliday.Caml.Net Namespace