Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
That is what the BusinessBindingSource control does for you. If you drop (or create a variable) on you form, you can the set the BusinessObject property to any business object. This basically wraps the BO and provides the IBindingList interface as well.
|