Method AutoSelect
| Improve this Doc View SourceAutoSelect(IEnumerable<Column>)
Automatically selects columns.
Declaration
public ColumnMapper AutoSelect(IEnumerable<Column> targetColumns)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<Column> | targetColumns | The target columns. |
Returns
| Type | Description |
|---|---|
| ColumnMapper | This ColumnMapper for fluent use. |