This is a migrated thread and some comments may be shown as answers.

Columns

1 Answer 45 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sven
Top achievements
Rank 1
Sven asked on 22 Jul 2009, 07:28 AM
Dear ladies and gents,
the OA ORM does not touch a column name like 'IMDGClass' (internal field-alias 'iMDGClass'), but 'UUID' is converted to 'Uuid' (internal field-alias uuid). The second case would cause a lot of trouble for us. Is this wizard-behaviour intended and, if so, can this be changed?

best rgds

1 Answer, 1 is accepted

Sort by
0
Ady
Telerik team
answered on 24 Jul 2009, 03:01 PM
Hi Sven,

 The Reverse mapping field naming algorithm treats column names with mixed case letters - upper and lower case (like IMDGClass) slightly different than column names with all letters with same case (like UUID).

 In the first case only the first character is converted to lower case, so IMDGClass is converted to field iMDGClass and in the second case all characters are converted to lower case - so UUID becomes 'uuid'

 You can neverthless change this default field name in the wizard. The property name is changed accordingly.

Kind regards,
Ady
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
Sven
Top achievements
Rank 1
Answers by
Ady
Telerik team
Share this question
or