This question is locked. New answers and comments are not allowed.
var gsDirs = (from c in this.Context.GetItemCategories where c.ItemID == itemid && c.ItemType == "Dictionary" select c.ItemID).ToList();ItemID is a string, I need gsDirs to be a List<int>
If I try and cast to int I get the