RowVersion vs ConcurrencyToken In ... - .NET Core Tutorials. Dotnetcoretutorials.com RowVersion (Also known as Timestamp, they are the same thing), is a SQL column type that uses auto generated binary numbers that are unique across that database, and stamped on records. Any time a record is inserted or updated on a table with a row version, a ...