Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, the name that is displayed within the data-collision form is actually the value from the <Description()> attribute that is placed on each of the fields. You can modify the descriptions within the .designer.* file, but your changes will be overwritten the next time you rebuild your partial class, so your best bet it to map the business objects to the DDT, where the BOMapper can retrieve the descriptions from the fields.
|