I have a in memory data base created by using the disconnected class. I have populated the data table, now I want to query to select particular rows from the data table. What is the most simple way?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you use C# and
DataTableyou can query it for example like:Example from: http://msdn.microsoft.com/en-GB/library/det4aw50.aspx
You can also use LINQ to query the collection by
DataTable.AsEnumarable