StrataFrame Forum

BO mapper cutom property name

http://forum.strataframe.net/Topic12735.aspx

By Chan - 11/16/2007

Hi,

Anyway to use BOMapper to map table field to property which its name different with field name?



Thank you
By StrataFrame Team - 11/19/2007

You would need to customize the field and check the box for "Use Custom Code" and put the code for the appropriate property in the custom code textbox.  You would basically be able to copy the code from the property out of the .designer.cs file and then paste it into that textbox and just change the name.