Query boolean field

06/10/2015 10:02

Use    

  <Where>
     <Eq>
       <FieldRef Name='yourBooleanFieldName' />
       <Value Type='Integer'>1</Value>
     </Eq>
   </Where>


not as expected

 <Where>
    <Eq>
      <FieldRef Name='YourBooleanFieldName' />
      <Value Type='Boolean'>TRUE</Value>
    </Eq>
  </Where>