How to Identify Dynamic column name

I have table which has column name"sort\r\n\nRequestdate".here Requestdate is only static rest all dynamic as per sort in webpage .Even column position will change .
How do i get column value without using for each.

@Mdshahul - you can try like
dt1.Columns.Contains(“Requestdate”) - it will return true/false