Method UnsafeMap
| Improve this Doc View SourceUnsafeMap(Column, Column)
Enforces mapping between two columns.
Declaration
public static ColumnMapping UnsafeMap(this Column source, Column target)
Parameters
| Type | Name | Description |
|---|---|---|
| Column | source | The source column. |
| Column | target | The target column. |
Returns
| Type | Description |
|---|---|
| ColumnMapping | The result column mapping. |