Oracle type for Version column

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
andrewjco
Posts: 3
Joined: Wed 20 May 2009 01:39

Oracle type for Version column

Post by andrewjco » Wed 20 May 2009 01:43

Hi,

What's the best Oracle datatype to use with Is Version in the LINQ to Oracle provider?

Cheers
Andrew

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 20 May 2009 07:19

You can use any type provided you are able to compare its values.
We recommend to use either timestamp or number columns.
Please note that values to these columns should be db-generated.

Post Reply