Click here to Skip to main content
15,905,238 members

Comments by jerrymei (Top 2 by date)

jerrymei 23-Aug-10 13:46pm View    
Hello John,

I like this method better. In fact this is exactly what I was looking for. In this case the DataTable would be the local object I was asking about and now I will look into LINQ capabilities to see if I can send parametrized queries to the DataTable using LINQ or not.

Thanks a lot!

Jerry
jerrymei 23-Aug-10 13:44pm View    
Thanks Farooque for the reply. I think using this method is good only if you are dealing with one object at a time. If you your are working with a collection of objects then this might cause a little bit of problem.