Class ToTypeRowMappings
The output from a ToTypeColumnMapper<TTo> row mapper, which maps from a flat list of user supplied or automatically generated source 'from' columns (described by FromRowSchema), to the (potentially hierarchical) fields, properties, table columns etc. of a target 'to' .NET CLR type (described by ToRowSchema).
Note that it does support the Row() command, and that it is mutually exclusive with commands mapping individual columns. Use ToTypeColumnMappings instead if that is not needed.
Also see the Dataflow Column Mapping and Mapping and Copying examples.
Inherited Members
Namespace: actionETL
Assembly: actionETL.dll
Syntax
public class ToTypeRowMappings : ToTypeColumnMappings
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 |
|