Method Except
| Improve this Doc View SourceExcept(IColumns, IColumns)
Removes specified columns from the current columns.
Declaration
public static IColumns Except(this IColumns source, IColumns other)
Parameters
Type | Name | Description |
---|---|---|
IColumns | source | The current columns. |
IColumns | other | The columns to be removed. |
Returns
Type | Description |
---|---|
IColumns | A new set of columns if there is any modification to current sealed set; otherwise, the current set. |