<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0-preview.3.20214.6" />

System.ComponentModel.DataAnnotations.TimestampAttribute

public sealed class TimestampAttribute : Attribute
Specifies the data type of the column as a row version.
namespace System.ComponentModel.DataAnnotations { public sealed class TimestampAttribute : Attribute { public TimestampAttribute(); } }