Specify the string value to use when sorting search results.
[id(19), helpstring("method SetSortKey")]
HRESULT SetSortKey(BSTR newKey);When Sort() is called with the dtsSortBySortKey flag, the search results list will be sorted according the value set, for each item in search results, using SetSortKey. SetSortKey is useful when the sort must be done based on a computed combination of more than one field.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|