[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

A wrapper class for binding query data.

Namespace: JohnHolliday.Caml.Net
Assembly:  JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true)]
public class CamlQuery : Attribute, ICamlQuery
Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True)> _
Public Class CamlQuery _
	Inherits Attribute _
	Implements ICamlQuery
Visual C++
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true)]
public ref class CamlQuery : public Attribute, 
	ICamlQuery

Remarks

This class is implemented as an attribute so that CAML queries can be attached to other objects such as list and site definitions.

Inheritance Hierarchy

See Also