
Adds 2 new helpers to the MetadataField class to determine if a field has foreign key relationships.
Features
- Two new helpers are added to the MetadataField class to determine if a field has foreign key relationships: FindForeignKey and FindForeignKeys.
Fixes
- The bug on deleting a datasource by code has been fixed.
- The bug with loading queries having ordering by indexes and an asterisk in the SELECT list has been fixed.
- Full-featured MDI Demo: The bug with incorrect saving of nested reusable queries has been fixed.
- Wrong caret and selection position in SqlTextEditor have been fixed.
- The FormattedSqlBuilder correctly obeys the RightMargin property now.
- The exception upon removing a datasource for queries with GROUP BY by code has been eliminated.
- The QueryBuilder.BehaviorOptions.LinkManipulations property works properly now.