Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsPrimaryKey

bool System.Data.UniqueConstraint.IsPrimaryKey
get

Definition at line 29 of file UniqueConstraint.cs.

30 {
31 get
32 {
33 if (Table == null)
34 {
35 return false;
36 }
37 return this == Table._primaryKey;
38 }
39 }
UniqueConstraint _primaryKey
Definition DataTable.cs:124