ColumnModel.IsTimestamp Property

 

Gets or sets a value indicating if this property model should be configured as a timestamp.

Namespace:   System.Data.Entity.Migrations.Model
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual bool IsTimestamp {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Boolean