Set the fields used to lookup a record in the sort filter
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub setSortLookupFields( _ ByVal fields As String() _ ) _ Implements INetricsSearchOpts.setSortLookupFields |
C# |
---|
public void setSortLookupFields( string[] fields ) |
C++ |
---|
public: void setSortLookupFields( array<String>^ fields ) sealed |
J# |
---|
public void setSortLookupFields( string[] fields ) |
JScript |
---|
public
function setSortLookupFields( fields : String[] ) |
Implements
INetricsSearchOpts.setSortLookupFields
Remarks
You should only use this method with the help of your Netrics technical support representative.
As the sortfilter is predominantly used in a record linking scenario, a query of the it is expected to contain the same structure as the fields of the table, Therefore, the number and structure of fields in this array must be the same as that for the table.