Method Intersect
| Improve this Doc View SourceIntersect(IColumns, IColumns)
Removes the columns to ensure the set contains only columns both exist in the current columns and the specified columns.
Declaration
public static IColumns Intersect(this IColumns source, IColumns other)
Parameters
Type | Name | Description |
---|---|---|
IColumns | source | The current columns. |
IColumns | other | The columns to compare to the current columns. |
Returns
Type | Description |
---|---|
IColumns | A new set of columns if there is any modification to current sealed set; otherwise, the current set. |