I am using Enumerable.ToDictionary to create a Dictionary from linq call:
return (from term in dataContext.Terms< br /> where term.Name.StartsWith(text)
select term).ToDictionary(t => t.Term
I am using Enumerable.ToDictionary to create a Dictionary from linq call:
return (from term in dataContext.Terms< br /> where term.Name.StartsWith(text)
select term).ToDictionary(t => t.Term