IsPrimaryKey Property (Column)
Gets a value indicating whether the column is part of the primary key for the table.
public bool IsPrimaryKey {get;}
'Declaration
Public ReadOnly Property IsPrimaryKey As Boolean
Property Value
A
System.Boolean value that is
true
if the column is a primary key; otherwise,
false
.