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