Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
You only have to change it once. If you'l notice, the inerhits command is in the main BO file not the partial that is generated through the BO mapper. So you only have to change the inherited tag once when the BO is created. You could also create your own template that has the BO inheriting your BO class so you do not have to change this when you create the BO. But in either case, the BO mapper will not overwrite the inherited statement since the inherited statement is not in the partial class.
|