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

◆ SetIndex()

override void System.Data.LinqDataView.SetIndex ( string newSort,
DataViewRowState newRowStates,
IFilter newRowFilter )
inlinepackagevirtual

Reimplemented from System.Data.DataView.

Definition at line 160 of file LinqDataView.cs.

161 {
162 if ((base.SortComparison != null || base.RowPredicate != null) && newRowStates != DataViewRowState.CurrentRows)
163 {
165 }
167 }
static ArgumentException Argument(string message)
static string LDVRowStateError
Definition SR.cs:922
Definition SR.cs:7

References DataSetUtil.Argument(), and System.SR.LDVRowStateError.