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

◆ Copy()

DataTable System.Data.DataTable.Copy ( )
inlineinherited

Definition at line 2425 of file DataTable.cs.

2426 {
2427 long scopeId = DataCommonEventSource.Log.EnterScope("<ds.DataTable.Copy|API> {0}", ObjectID);
2428 try
2429 {
2431 foreach (DataRow row in Rows)
2432 {
2434 }
2435 return dataTable;
2436 }
2437 finally
2438 {
2439 DataCommonEventSource.Log.ExitScope(scopeId);
2440 }
2441 }
DataRowCollection Rows
Definition DataTable.cs:701
void CopyRow(DataTable table, DataRow row)
virtual DataTable Clone()

References System.Data.DataTable.Clone(), System.Data.DataTable.CopyRow(), System.Runtime.Serialization.Dictionary, System.Data.DataCommonEventSource.Log, System.Data.DataTable.ObjectID, and System.Data.DataTable.Rows.