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

◆ GetCurrentRecordNo()

int System.Data.DataRow.GetCurrentRecordNo ( )
inlinepackage

Definition at line 823 of file DataRow.cs.

824 {
825 if (_newRecord == -1)
826 {
827 throw ExceptionBuilder.NoCurrentData();
828 }
829 return _newRecord;
830 }

References System.Data.DataRow._newRecord, and System.Data.ExceptionBuilder.NoCurrentData().

Referenced by System.Data.DataRow.GetRecordFromVersion().