Show / Hide Table of Contents

Method AddSystemColumn

| Improve this Doc View Source

AddSystemColumn(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.

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