Constructor ToParentBlockJoinSortField
ToParentBlockJoinSortField(String, SortFieldType, Boolean, Filter, Filter)
Create ToParentBlockJoinSortField. The parent document ordering is based on child document ordering (reverse).
Declaration
public ToParentBlockJoinSortField(string field, SortFieldType type, bool reverse, Filter parentFilter, Filter childFilter)
Parameters
Type | Name | Description |
---|---|---|
System.String | field | The sort field on the nested / child level. |
SortFieldType | type | The sort type on the nested / child level. |
System.Boolean | reverse | Whether natural order should be reversed on the nested / child level. |
Filter | parentFilter | |
Filter | childFilter |
ToParentBlockJoinSortField(String, SortFieldType, Boolean, Boolean, Filter, Filter)
Create ToParentBlockJoinSortField.
Declaration
public ToParentBlockJoinSortField(string field, SortFieldType type, bool reverse, bool order, Filter parentFilter, Filter childFilter)
Parameters
Type | Name | Description |
---|---|---|
System.String | field | The sort field on the nested / child level. |
SortFieldType | type | The sort type on the nested / child level. |
System.Boolean | reverse | Whether natural order should be reversed on the nested / child document level. |
System.Boolean | order | Whether natural order should be reversed on the parent level. |
Filter | parentFilter | |
Filter | childFilter |