Class IntersectCombinator
Implements the intersect combinator. All elements that exists in both selections should be returned
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
public class IntersectCombinator : Combinator
Constructors
IntersectCombinator(IArchiveProvider, IArchiveProvider, CombinedSelectionProviderBase)
Constructor
Declaration
public IntersectCombinator(IArchiveProvider left, IArchiveProvider right, CombinedSelectionProviderBase parent)
Parameters
Type | Name | Description |
---|---|---|
IArchiveProvider | left | |
IArchiveProvider | right | |
CombinedSelectionProviderBase | parent |
Methods
GetRows(String)
Returns those rows that exists in both SELECTIONS
Declaration
public override IEnumerable<ArchiveRow> GetRows(string options)
Parameters
Type | Name | Description |
---|---|---|
String | options |
Returns
Type | Description |
---|---|
IEnumerable<ArchiveRow> |
Overrides
Extension Methods
EnumUtil.MapEnums<From, To>(From)