Hello Richard,
Yes, this is possible. Just delete the reference from the Reverse mapping wizard, the ID property will be generated instead. Note that if you have already generated a partial class for this table, its relevant
.cs file will not be changed in order to keep any changes you might have made there. You can find the new code in a commented block at the bottom of the
.Telerik.OpenAccess.cs file and just copy it to the actual
.cs file.
Regarding the second question, I do not think this should be done. When you set the field to 'version', it is marked to be handled internally and if you expose it in the class, this may lead to insert / update problems. We already had a similar issue with a discriminator column in
this thread. Read was fine, but the Inserts were failing.
Greetings,
Alexander
the Telerik team