Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
No, the structure of DataTable inside the business objects is completely flexible... it can have extra columns, or even not all of the columns that are defined on a business object. We have several users who are building their business objects off of views and using stored procedures to both select the data into the business objects and save the data back to the multiple tables.
|