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

◆ Merge() [1/7]

void System.Data.DataSet.Merge ( DataRow[] rows)
inline

Definition at line 2542 of file DataSet.cs.

2543 {
2544 long scopeId = DataCommonEventSource.Log.EnterScope("<ds.DataSet.Merge|API> {0}, rows", ObjectID);
2545 try
2546 {
2547 Merge(rows, preserveChanges: false, MissingSchemaAction.Add);
2548 }
2549 finally
2550 {
2551 DataCommonEventSource.Log.ExitScope(scopeId);
2552 }
2553 }
void Merge(DataSet dataSet)
Definition DataSet.cs:2457

References System.Data.DataCommonEventSource.Log, System.Data.DataSet.Merge(), and System.Data.DataSet.ObjectID.