Class XORCombinator
Implements the XOR combinator. All elements that only exists in one of the selections should be returned
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class XORCombinator : Combinator
Constructors
XORCombinator(IArchiveProvider, IArchiveProvider, CombinedSelectionProviderBase)
Constructor
Declaration
public XORCombinator(IArchiveProvider left, IArchiveProvider right, CombinedSelectionProviderBase parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IArchiveProvider | left | |
| IArchiveProvider | right | |
| CombinedSelectionProviderBase | parent |
Methods
GetRowsAsync(string, CancellationToken)
Returns those rows that exists in only one of the SELECTIONS
Declaration
public override IAsyncEnumerable<ArchiveRow> GetRowsAsync(string options, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| string | options | |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| IAsyncEnumerable<ArchiveRow> |