Application Code Changes

1. IronSpeed.Base.ITableWithPrimaryKey.ClearRecordCache: Sub was obsolete and deleted.  There is no replacement available.

2. FieldValue*.LoadData: Sub renamed to FieldValue*.OnLoadData (plus a new FieldValue*.LoadData property was added).

3. IronSpeed.Base.Data.SqlProvider namespace: Internal implementation changes and enhancements.  No changes to the public API.

4. IronSpeed.Base.Data.BaseFilter & subclasses: Internal implementation changes and enhancements.  No changes to the public API.

5. IronSpeed.Base.*: Internal implementation changes and enhancements.  No changes to the public API except some Private methods were made Protected or Public.

6. Obsolete: Some Subs, Functions, and Properties were made Obsolete.  E.g. The FieldValue*.ReadOnly property was made obsolete in favor of FieldValue*.SaveData.

See Also

Version 1.6 Application Migration