2 references to CreateSortString
System.Data (2)
fx\src\data\System\Data\DataView.cs (2)
1082
this.Sort =
CreateSortString
(property, direction);
1149
sortString.Append(
CreateSortString
(property, direction));