Method Add
| Improve this Doc View SourceAdd(Column)
Adds the specified Column into this set.
Declaration
IColumns Add(Column value)
Parameters
Type | Name | Description |
---|---|---|
Column | value | The Column to add. |
Returns
Type | Description |
---|---|
IColumns | A new set if there is any modification to current sealed set; otherwise, the current set. |