The AddColumnsSettings type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
IgnoredColumns |
Gets the signatures for the columns in the added data that should be ignored, i.e. not part of the resulting columns.
|
![]() |
JoinType |
Gets the type of join to perform.
|
![]() |
Map |
Gets the join condition between columns in the original data (keys) and columns in the added data (values).
|
![]() |
TreatEmptyValuesAsEqual |
Gets a value indicating whether empty values should be treated as equal when performing the join.
|
See Also