I have a non-primary-key column with GUID's (with DataType System.Guid) and it appears you cant use DataTable.Select on that column. (Only DataRowCollection.Find but it requires GUID to be Primary Key column, which is not my case)
Anyway, I need to get that row WHERE UniqueId = *GUID*
Maybe there are some LINQ tricks that can do the job?