Enum WithRecursiveType
Common-Table-Expression (WITH) Subquery type
Namespace: XData
Assembly: XData.docfx.dll
Syntax
[DataContract]
public enum WithRecursiveType
Fields
| Name | Description |
|---|---|
| RecursiveUnion | Recursive select with UNION combination |
| RecursiveUnionAll | Recursive select with ALL combination |