FluentFetchXML Library Tester
Generate Fetch XML
var test = new fluentFetchXml(); test .count('5') .entityName('sdas') .attribute('abc') .attribute('pqr') .order('sdsd',true) .condition('name','eq','asa') .filter('or') .condition('name','eq','asa1') .condition('name','eq','asa1') .getFetchXml();