DwNodeType Enum
.NET Standard 2.x
Represents the type of node in the syntax of DataObject.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public enum DwNodeType
Members
| Member Name | Description |
|---|---|
| Column | The node of Column control. |
| Compute | The node of Compute control. |
| Group | The node of GROUP keyword. |