Search Results for

    Show / Hide Table of Contents

    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 struct group of child columns and schemas that is not at the root of the hierarchical tree.

    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.

    See Also
    SchemaNode
    TypeSchemaNode
    In This Article
    Back to top Copyright © 2023 Envobi Ltd