ColumnModel.IsIdentity Property

 

Gets or sets a value indicating if values for this column will be generated by the database using the identity pattern.

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

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

Property Value

Type: System.Boolean