Enum CombineOperator
- Namespace
- Dynamic
Data .Cache.Internal
- Assembly
- DynamicData.dll
How the multiple streams are combinedL.
- Extension Methods
Fields
And = 0Apply a logical And between two or more observable change sets.
Except = 3Include the items in the first change set and exclude any items belonging to the other.
Or = 1Apply a logical Or between two or more observable change sets.
Xor = 2Apply a logical Xor between two or more observable change sets.