Enum DataCombination
Data set combination modes
Namespace: XData
Assembly: XData.docfx.dll
Syntax
[DataContract]
public enum DataCombination
Fields
| Name | Description |
|---|---|
| Except | EXCEPT(MINUS) |
| Intersect | INTERSECT |
| None | Data object not use combination |
| Union | UNION |
| UnionAll | UNION ALL |