This question is locked. New answers and comments are not allowed.
Hi Guys
I am trying to set up some tables with a concurrency mode of "Version" in the rlinq designer
to do this I
1) create a domain class with a field "rv" of type Int64 (as when i try Int32 it complains when i go to deploy to the server)
2) map this class to a table with a field "rv" of type bigint
3) map the class field to the table field.
When i go to deploy, the table in the database has rv of type timestamp. this just seems wrong as i have defined it as int64 and as far as I know you cant use timestamp for versioning.
Any assistance would be appriciated
I am trying to set up some tables with a concurrency mode of "Version" in the rlinq designer
to do this I
1) create a domain class with a field "rv" of type Int64 (as when i try Int32 it complains when i go to deploy to the server)
2) map this class to a table with a field "rv" of type bigint
3) map the class field to the table field.
When i go to deploy, the table in the database has rv of type timestamp. this just seems wrong as i have defined it as int64 and as far as I know you cant use timestamp for versioning.
Any assistance would be appriciated