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

◆ CheckInTable()

void System.Data.DataRow.CheckInTable ( )
inlinepackage

Definition at line 546 of file DataRow.cs.

547 {
548 if (rowID == -1)
549 {
550 throw ExceptionBuilder.RowNotInTheTable();
551 }
552 }

References System.Data.DataRow.rowID, and System.Data.ExceptionBuilder.RowNotInTheTable().