CamlQuery Class
Specifies a query on a list.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.CamlQuery
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.CamlQuery", ValueObject := True, ServerTypeId := "{3d248d7b-fc86-40a3-aa97-02a75d69fb8a}")> _
Public NotInheritable Class CamlQuery _
Inherits ClientValueObject
'Usage
Dim instance As CamlQuery
[ScriptTypeAttribute("SP.CamlQuery", ValueObject = true, ServerTypeId = "{3d248d7b-fc86-40a3-aa97-02a75d69fb8a}")]
public sealed class CamlQuery : ClientValueObject
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.