EasyQuery.NET WinForms Changelog

What's new in EasyQuery.NET WinForms 2.8.0

Jan 20, 2011
  • added: An ability to set table's priority;
  • added: Appearance.SortValues property;
  • added: Appearance.DefaultListControlType property;
  • added: Incremental searching for the lists of available values;
  • added: ShowAttributes property in EntitiesPanel - allows to define what kind of attributes must be shown;
  • added: An ability to load/save different parts of DataModel separately;
  • fixed: Few small problems in Data Model Editor;

New in EasyQuery.NET WinForms 2.7.0 (Sep 2, 2010)

  • added: Full support for .NET 4.0 and Visual Studio 2010;
  • added: New control EntitiesPanel. It allows your users to add several columns or conditions into the query simultaneously;
  • added: An ability to populate lists dynamically depending on other conditions in the query;
  • added: An ability to use "Not all" and "None" types of link for condition groups;
  • added: New property Appearance.ButtonMacStyle. It allows you to set Windows style of row button;
  • added: Data Model Editor now loads all DB Gate assemblies at run-time so you can add the support for new databases "on-the-fly";
  • added: Data Model Editor now shows views in the list of available tables for Oracle databases;
  • added: ModelVersion property in DataModel class (increased every time when you change the model);
  • added: SyncColSortOrder property in Query class. It synchronizes the order of columns in SELECT and ORDER BY clauses;
  • changed: Model property in QueryPanel and other visual components has become read-only;
  • fixed: The problem with space separated lists for numeric values;
  • fixed: NullReferenceException when we try to load a query with lost attribute (the one which is not existed in data model

New in EasyQuery.NET WinForms 1.5.1 (Aug 14, 2006)

  • Version 1.5.1 has added: StoreModelPath property in Query class; added: QueryName and QueryDescription properties in Query class; added: Description property in DataModel class; added: FilePath property in DataModel class; added: DataModel.