EasyQuery.NET WinForms allows you to include end-user-oriented query builder into your Windows Forms application. This library let your users to build their own queries and get the data they want without any assistance from your support team using friendly graphical interface close to natural language. They do not see the real tables and real fields names, and see only the tables names and fields descriptions, which one you want, that they should see (e.g. "Customer Address" instead of "Cust.Addr"). Operators can be spelled out (e.g. "is equal to" instead of mathematical symbol). Field values can be replaced with descriptions (e.g. "MasterCard" instead of actual values like "MC") that make interface more friendly. Being used in your application EasyQuery.NET provides the power of SQL with accessibility of natural language! |