I am using Entities with underscores in the name ... when I did Intelliwarp to create the child tables it created the query name "GetEmployeeByProdSalesId" and then used "GetEmployeeByProd_Sales_Id.Count" in the table code. I vote to always create the query names without any special characters and just use camel case if there is a special character in the entity name.