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