Posts

Showing posts with the label CAML Query

Caml Query with Lookup field

<Query>   <Where>     <Eq>       <FieldRef Name='Fruit' />       <Value Type='Lookup'>Grapes</Value>     </Eq>   </Where> </Query> <Query>   <Where>     <Eq>       <FieldRef Name='Fruit' LookupId='TRUE' />       <Value Type='Lookup'>15</Value>     </Eq>   </Where> </Query>

SPDataSource CAML Query apply RowLimit

<SelectParameters>         <asp:Parameter Name="ListName" DefaultValue="Training Information" />         <asp:Parameter Name="WebUrl" DefaultValue="/sites/lms" />         <asp:Parameter Name="MaximumRows" DefaultValue="2"/> </SelectParameters>