Poq.SDK.Node

Home > @poq/sdk > SearchRequestSortField > toString

SearchRequestSortField.toString() method

Method overrides base object toString method to return formatted representation of search field.

Signature:

toString(): string;

Returns:

string

String representatiion of the field in a format: FieldName:desc | FieldName:asc.