Can anyone Please tell me how to specify the particular column in the select statement given below:
var combinedrows = from dt1 in DsResults.Tables[0].AsEnumerab
Not sure what your question is... The linq query is a regular join between dsResults.Tables[0] and dsResults.Tables[1] based on the MethodName field.
What are you trying to do?