I have following code in my page:
var myVar= Entity.SetName
.Where(p => int.Parse(p.ID) >= start &&
int.Pars
You cannot convert in query at the end of the query you can parse it with select.
If you want to keep an integer list, you can use it.
var locquery = entityDataContainer.application
.Where(x => x.AttributeType == "LOC").AsQueryable()
.Select(x => x.AttributeValue).ToList();
var locCount = locquery.Select(int.Parse).ToList().Sum();