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

◆ IsKeyRecordInIndex()

bool System.Data.Index.IsKeyRecordInIndex ( int record)
inline

Definition at line 725 of file Index.cs.

726 {
727 int num = FindNodeByKeyRecord(record);
728 return num != 0;
729 }
int FindNodeByKeyRecord(int record)
Definition Index.cs:516

References System.Data.Index.FindNodeByKeyRecord().

Referenced by System.Data.UniqueConstraint.CheckConstraint().