Show / Hide Table of Contents

Method TranslateTo

| Improve this Doc View Source

TranslateTo<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.

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