|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
FYI, Rob,
The version that supports compound primary keys also implements IBindingListView and ITypedList on the BusinessLayer class (all business objects), so you can now assign a business object directly as the data source for a grid. This also solves the problem of needing to re-assign the data source each time you fill the business object (because the internal data table reference changed).
Additionally, when you Add and Delete records, it uses the appropriate methods on the business object to ensure that the proper hook events are fired (such as SetDefaultValues).
|