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

◆ ApplyDefaultSort

bool System.Data.DataView.ApplyDefaultSort
getsetinherited

Definition at line 131 of file DataView.cs.

132 {
133 get
134 {
135 return _applyDefaultSort;
136 }
137 set
138 {
139 DataCommonEventSource.Log.Trace("<ds.DataView.set_ApplyDefaultSort|API> {0}, {1}", ObjectID, value);
141 {
142 _comparison = null;
146 }
147 }
148 }
virtual void OnListChanged(ListChangedEventArgs e)
Definition DataView.cs:1209
static ListChangedEventArgs s_resetEventArgs
Definition DataView.cs:88
Comparison< DataRow > _comparison
Definition DataView.cs:64