[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

System..::Object
  System..::Attribute
    JohnHolliday.Caml.Net..::CamlQuery
      JohnHolliday.Caml.Net.Samples..::FindEventsByAudience

See Also

CamlQuery Members
JohnHolliday.Caml.Net Namespace