Collection and sharing of, interview questions and answers asked in various interviews, faqs and articles.....
var q = from a in dc.GetTable<Order>() where a.CustomerID == "VINET" select a;
dataGridView1.DataSource = q;}
No comments:
Post a Comment