Method AddSystemColumn
| Improve this Doc View SourceAddSystemColumn(Model, Column, String, Action<Column>)
Adds a system column into the model.
Declaration
public static void AddSystemColumn(this Model model, Column column, string name, Action<Column> initializer = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Model | model | The model. |
| Column | column | The column. |
| System.String | name | The name of column. |
| System.Action<Column> | initializer | The column initializer. |