Class SimpleCombinator
Implements a simple combinator that just returns the two selections, one after each other. Can be used for debugging to test sorting etc.
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class SimpleCombinator : Combinator
Constructors
SimpleCombinator(IArchiveProvider, IArchiveProvider, CombinedSelectionProviderBase)
Constructor
Declaration
public SimpleCombinator(IArchiveProvider left, IArchiveProvider right, CombinedSelectionProviderBase parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IArchiveProvider | left | |
| IArchiveProvider | right | |
| CombinedSelectionProviderBase | parent |
Methods
GetRowsAsync(string, CancellationToken)
Returns those rows from the left selection that does not exist in the right
Declaration
public override IAsyncEnumerable<ArchiveRow> GetRowsAsync(string options, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| string | options | |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| IAsyncEnumerable<ArchiveRow> |