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

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(); } }