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

◆ rowID

long System.Data.DataRow.rowID
getsetpackage

Definition at line 120 of file DataRow.cs.

121 {
122 get
123 {
124 return _rowID;
125 }
126 set
127 {
129 _rowID = value;
130 }
131 }
void ResetLastChangedColumn()
Definition DataRow.cs:1058

Referenced by System.Data.DataRow.CheckInTable(), System.Data.NewDiffgramGen.GenerateRow(), and System.Data.DataRowCollection.Remove().