Method BuildKeyMappings
| Improve this Doc View SourceBuildKeyMappings(ColumnMapper, Model, KeyOutput)
Builds key mappings between source model and target KeyOutput model.
Declaration
public static void BuildKeyMappings(ColumnMapper mapper, Model source, KeyOutput target)
Parameters
| Type | Name | Description |
|---|---|---|
| ColumnMapper | mapper | The column mapper. |
| Model | source | The source model. |
| KeyOutput | target | The target KeyOutput model. |