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

◆ SetDataTable()

void System.Data.DataViewSetting.SetDataTable ( DataTable table)
inlinepackage

Definition at line 110 of file DataViewSetting.cs.

111 {
112 if (_table != table)
113 {
114 _table = table;
115 }
116 }

References System.Data.DataViewSetting._table.