0

I need to create a universal search in a WinForms app that can search across multiple tables for certain columns and give results in categorized format.

So if I type "James", I would get:

- Clients  
James Taylor  
James Brown  
-Suppliers  
Jammie James  

- Invoices 
Nro 11425 James

The dashed titles would be category or in this case table.

A theoretical or actual example will go a long way!

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
CogentP
  • 259
  • 1
  • 8
  • 17
  • What are the particular problems that you have? – Andrew Savinykh Jul 30 '13 at 21:59
  • 1
    You can easily do this in Entity Framework by having an `Expression>` used as a search criteria for each entity type. I guess other `IQueryable` ORMs `could` support that too. – Federico Berasategui Jul 30 '13 at 22:00
  • I dont hace a specific question. Its a problem im going to tackle and wanted to get and idea of the best way to aproach it. Highcore thanks ill check it out – CogentP Jul 30 '13 at 22:17

0 Answers0