Guest User

Untitled

a guest
Aug 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. LINQ extension methods not available for EnumerableRowCollection<TRow>
  2. var availableClients = (Controller.ListClientsForCurrentUser() as DataTable).AsEnumerable();
  3.  
  4. using System.Linq;
  5.  
  6. using System.Data;
  7. using System.Linq;
Add Comment
Please, Sign In to add comment