Group: Forum Members
Posts: 21,
Visits: 236
|
How do I use the business object mapper on an SQL table which contains a field that is a key work in c#?
The field name is void.
I do not have control of these field names. I need to query data from an existing ERP system.
Is there anyway to use the @ prefix on the field names?
I actually do not need this field in the result set. Is there a way to instruct the BOM to use only certain fields for the BO definition?
|