Constructor BlockJoinComparerSource
BlockJoinComparerSource(Filter, Sort)
Create a new BlockJoinComparerSource, sorting only blocks of documents
with parentSort
and not reordering children with a block.
Declaration
public BlockJoinComparerSource(Filter parentsFilter, Sort parentSort)
Parameters
Type | Name | Description |
---|---|---|
Filter | parentsFilter | Filter identifying parent documents |
Sort | parentSort | Sort for parent documents |
BlockJoinComparerSource(Filter, Sort, Sort)
Create a new BlockJoinComparerSource, specifying the sort order for both blocks of documents and children within a block.
Declaration
public BlockJoinComparerSource(Filter parentsFilter, Sort parentSort, Sort childSort)
Parameters
Type | Name | Description |
---|---|---|
Filter | parentsFilter | Filter identifying parent documents |
Sort | parentSort | Sort for parent documents |
Sort | childSort | Sort for child documents in the same block |