Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
thegwill, if I understand what you are trying to accomplish, then I am going to add to Greg's comment. You do not have to actually have the field strong-typed through the BO mapper. Let assume that you want to create an alias field or produce a custom field via your query, then even without creating a custom property on the BO you can access that field through the Item property on the BO. The field will exist in the internal data table but it will just not have a strong-typed property. So you could then create a custom property to access it if the need exists. Let me know if this is what you are trying to accomplish.
|