| http://www.w3.org/ns/prov#value | - here is the query:Dim query = From fb As Feedback In lst Where fb.Seller.login_name.ToLower = UserName.ToLowerOrder By fb.transaction_id Descending, fb.creation Descending _Group fb By fb.transaction_id _Into GroupI do not like working with anonymous types so I am trying to delare the result and am hitting an InvalidCastException.
|