Search Results for

    Show / Hide Table of Contents

    Class TypeRowMappings

    The output from a TypeRowMapper<TFrom, TTo> row mapper, which maps the (potentially hierarchical) fields, properties, table columns etc. of a source 'from' (described by FromRowSchema) and target 'to' (described by ToRowSchema) .NET CLR types, which can be of the same or different types.

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

    Also see the Dataflow Column Mapping and Mapping and Copying examples, as well as IRowMapperCommand and IColumnMapperCommand.

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

    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

    TypeRowMapper<TFrom, TTo>
    TypeColumnMapper<TFrom, TTo>
    TypeColumnMappings
    FromTypeRowMapper<TFrom>
    ToTypeRowMapper<TTo>
    In This Article
    Back to top Copyright © 2023 Envobi Ltd