I am having a list with 40 columns and need to fetch only 10 fields in a batch of 4. how to achieve this. Can someone provide me caml query. I prepared below caml to fetch 2 columns please let me know if this is correct and what addition i have to do. Thanks.
query.Viewfields= "<FieldRef name='column1'/><FieldRef name='column2'/>";