Method WithSerializableColumns
| Improve this Doc View SourceWithSerializableColumns<T>(T, Column[])
Sets the serializabled columns for the row binding.
Declaration
public static T WithSerializableColumns<T>(this T rowBinding, params Column[] columns)
where T : RowBinding
Parameters
| Type | Name | Description |
|---|---|---|
| T | rowBinding | The row binding. |
| Column[] | columns | The serializable columns. |
Returns
| Type | Description |
|---|---|
| T | The row binding for fluent coding. |
Type Parameters
| Name | Description |
|---|---|
| T | The type of row biniding. |