datatable linq where clause csharp

Code Example - datatable linq where clause csharp

                
                        string[] data = dt.AsEnumerable().Where(s => s.Field("col1") == "us").Select(s => s.Field("col2")).ToArray();