Dot Net Interview Questions and Tutorials By Dr. Rajesh Rolen
var res = from p in dt.AsEnumerable() where p.Field< string >("YourFieldName") == "Value" || p.Field < string > ("YourFieldName") == "Value" select p;
Post a Comment
No comments:
Post a Comment