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

◆ SetMergeRecords()

void System.Data.DataTable.SetMergeRecords ( DataRow row,
int newRecord,
int oldRecord,
DataRowAction action )
inlineprivateinherited

Definition at line 2096 of file DataTable.cs.

2097 {
2098 if (newRecord != -1)
2099 {
2102 return;
2103 }
2105 if (row._newRecord != -1)
2106 {
2108 }
2109 }
void SetOldRecord(DataRow row, int proposedRecord)
void SetNewRecord(DataRow row, int proposedRecord, DataRowAction action=DataRowAction.Change, bool isInMerge=false, bool fireEvent=true, bool suppressEnsurePropertyChanged=false)

References System.action, System.Data.DataTable.SetNewRecord(), and System.Data.DataTable.SetOldRecord().

Referenced by System.Data.DataTable.MergeRow().