Prasad Bolla's SharePoint Blog

Click Here to go through the Interesting posts within my Blog.

Click Here to go through the new posts in my blog.

Friday, December 02, 2011

Imp SpQuery with LookUp ID

<Query>
<Where>
<Eq>
<FieldRef Name='Department' LookupId='TRUE'/>
<Value Type='Lookup'>2</Value>
</Eq>
</Where>
</Query>

No comments:

Post a Comment