CreateTableOperation.PrimaryKey Property

Definition

Gets or sets the primary key for the new table.

public System.Data.Entity.Migrations.Model.AddPrimaryKeyOperation PrimaryKey { get; set; }
member this.PrimaryKey : System.Data.Entity.Migrations.Model.AddPrimaryKeyOperation with get, set
Public Property PrimaryKey As AddPrimaryKeyOperation

Property Value

Applies to