Show / Hide Table of Contents

Method Select

| Improve this Doc View Source

Select<T>(Column<T>, Column<T>)

Build the ColumnMapping between source column and target column.

Declaration
public ColumnMapper Select<T>(Column<T> sourceColumn, Column<T> targetColumn)
Parameters
Type Name Description
Column<T> sourceColumn

The source column.

Column<T> targetColumn

The target column.

Returns
Type Description
ColumnMapper

This ColumnMapper.

Type Parameters
Name Description
T

Data type of the columns.

| Improve this Doc View Source

Select(Column, Int32)

Build the ColumnMapping between source column and target column ordinal.

Declaration
public ColumnMapper Select(Column sourceColumn, int targetColumnOrdinal)
Parameters
Type Name Description
Column sourceColumn

The source column.

System.Int32 targetColumnOrdinal

The target column ordinal.

Returns
Type Description
ColumnMapper

This ColumnMapper.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest