Search Results for

    Show / Hide Table of Contents

    Class FromTypeRowMappings

    The output from a row mapper that maps from (potentially hierarchical) columns in a .NET CLR data type (described by FromRowSchema), to a flat list of columns (described by ToRowSchema). This is typically created by FromTypeRowMapper<TFrom>.

    Note that it does support the Row() command, and that it is mutually exclusive with commands mapping individual columns. Use FromTypeColumnMappings instead if that is not needed.

    Also see the Dataflow Column Mapping and Mapping and Copying examples.

    Inheritance
    Object
    FromTypeColumnMappings
    FromTypeRowMappings
    Inherited Members
    FromTypeColumnMappings.FromMapCounts
    FromTypeColumnMappings.FromRowSchema
    FromTypeColumnMappings.SchemaMapFromIndexes
    FromTypeColumnMappings.SchemaMaps
    FromTypeColumnMappings.SchemaMapToIndexes
    FromTypeColumnMappings.ToMapCounts
    FromTypeColumnMappings.ToRowSchema
    FromTypeColumnMappings.ToStringMapped()
    FromTypeColumnMappings.ToStringMappedUnmapped()
    Namespace: actionETL
    Assembly: actionETL.dll
    Syntax
    public class FromTypeRowMappings : FromTypeColumnMappings

    Properties

    IsRowMap

    Gets a value indicating whether this instance is a row map, i.e. the whole row is mapped (instead of mapping individual columns). It is up to the caller to decide how to react to a row mapping.

    Note that this command is mutually exclusive with commands mapping individual columns.

    Declaration
    public bool IsRowMap { get; }
    Property Value
    Type Description
    Boolean

    true if this instance is row map; otherwise, false.

    See Also

    FromTypeRowMapper<TFrom>
    FromTypeRowMappings
    FromTypeColumnMappings
    In This Article
    Back to top Copyright © 2023 Envobi Ltd