Enum QuerySegments
Namespace: Samples.QueryBuilder
Syntax
public enum QuerySegments
Fields
| Name | Description | Value |
|---|---|---|
| Empty | 0 | |
| SelectAll | 1 | |
| SelectOnlyId | 2 | |
| SelectSpecific | 3 | |
| InEverything | 4 | |
| InSpecific | 5 |
public enum QuerySegments
| Name | Description | Value |
|---|---|---|
| Empty | 0 | |
| SelectAll | 1 | |
| SelectOnlyId | 2 | |
| SelectSpecific | 3 | |
| InEverything | 4 | |
| InSpecific | 5 |