SortingInfoList.Add Method
Name | Parameters | Description |
---|---|---|
Add(String, String, SortingInfo.SortingDirection) | table, column, direction | Adds a new SortingInfo object to the SortingInfoList collection based on the table/column names and sorting direction. |
Add(String, String) | table, column | Adds a new SortingInfo object to the SortingInfoList collection based on the table and column names. |