so, How would I do that?
Also what is the a in "from a"? I did a lot of research and couldn't find an answer.
sampleDataContext db = new sampleDataContext();
var linq = from a in db.Table1s
where a.Name == text
select a.Check;
MessageBox.Show(linq.ToString());

New Topic/Question
Reply




MultiQuote



|