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

◆ CompareDataRows()

int System.Data.Index.CompareDataRows ( int record1,
int record2 )
inlineprivate

Definition at line 293 of file Index.cs.

294 {
296 }
readonly RecordManager _recordManager
Definition DataTable.cs:74
readonly DataTable _table
Definition Index.cs:32
readonly Comparison< DataRow > _comparison
Definition Index.cs:36

References System.Data.Index._comparison, System.Data.DataTable._recordManager, and System.Data.Index._table.

Referenced by System.Data.Index.CompareRecords().