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

◆ CheckSort()

void System.Data.DataView.CheckSort ( string sort)
inlineprivateinherited

Definition at line 618 of file DataView.cs.

619 {
620 if (_table == null)
621 {
622 throw ExceptionBuilder.CanNotUse();
623 }
624 if (sort.Length != 0)
625 {
627 }
628 }
IndexField[] ParseSortString(string sortString)

References System.Data.DataView._table, System.Data.ExceptionBuilder.CanNotUse(), and System.Data.DataTable.ParseSortString().