Skip to content

ListRequestHandlerBase<TRow,TListRequest,TListResponse>.GetNativeSort method

Gets the native sort order, which includes name field by default, unless the row has [SortOrder] attributes.

protected virtual SortBy[] GetNativeSort()

Return Value

The native sort order, or null if there is none.

See Also