Column.IsKey Property

Definition

A boolean value that indicates whether the column is a key of the table. True if the column is a key of the table; otherwise false.

public bool IsKey { get; set; }
member this.IsKey : bool with get, set
Public Property IsKey As Boolean

Property Value

Applies to