Class SubtractCombinator
Implements the subtract combinator. All elements that exists in the right provider is removed from the left
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
public class SubtractCombinator : Combinator
Constructors
SubtractCombinator(IArchiveProvider, IArchiveProvider, CombinedSelectionProviderBase)
Constructor
Declaration
public SubtractCombinator(IArchiveProvider left, IArchiveProvider right, CombinedSelectionProviderBase parent)
Parameters
Type | Name | Description |
---|---|---|
IArchiveProvider | left | |
IArchiveProvider | right | |
CombinedSelectionProviderBase | parent |
Methods
GetRows(string)
Returns those rows from the left selection that does not exist in the right
Declaration
public override IEnumerable<ArchiveRow> GetRows(string options)
Parameters
Type | Name | Description |
---|---|---|
string | options |
Returns
Type | Description |
---|---|
IEnumerable<ArchiveRow> |