Enum SchemaNodeCategory
Describes the SchemaNode instance, e.g. Column, Column Schema,
or RowSchema.
Also see Dataflow Columns.
Namespace: actionETL
Assembly: actionETL.dll
Syntax
public enum SchemaNodeCategory
Fields
| Name | Description |
|---|---|
| Column | A column of data that can potentially be used in a dataflow as a single indivisible unit (and is not a group of other columns or schemas). |
| ColumnSchema | A |
| Fail | The type is unsupported and attempting to use it should raise an error. |
| Ignore | The type is unsupported and should be ignored. |
| RowSchema | A group of child columns and schemas, the root of the hierarchical tree. This corresponds to the whole dataflow row. |