Method TranslateTo
| Improve this Doc View SourceTranslateTo<T>(T, Model)
Translates the column to another model.
Declaration
public static T TranslateTo<T>(this T column, Model model)
where T : Column
Parameters
Type | Name | Description |
---|---|---|
T | column | The source column. |
Model | model | The model. |
Returns
Type | Description |
---|---|
T | The translated column. |
Type Parameters
Name | Description |
---|---|
T | Type of column. |