Merges the sets of columns and makes sure that each column in the result is present only once.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- columns
- Type: System String
Original column list
- addColumns
- Type: System String
List of columns to add
- uniqueKey (Optional)
- Type: System Func String, String
Function which provides unique key for the merging process (if two column keys match, the merging process allows only first column)
- extraColumns (Optional)
- Type: System Boolean
Indicates if columns which are not part of '*' expression are merged to the existing list of columns
- transformation (Optional)
- Type: System Func String, String
Column transformation
Return Value
Type: StringReturns the list separated by dashes for use in SQL query
See Also