QueryColumnListTransform Method |
Note: This API is now obsolete.
Transforms the column list to a new list of columns using the given column transformation
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax [ObsoleteAttribute("This method will be removed from public API.")]
public QueryColumnList Transform(
Func<IQueryColumn, IQueryColumn> transformFunc
)
Parameters
- transformFunc
- Type: SystemFuncIQueryColumn, IQueryColumn
Transformation function
Return Value
Type:
QueryColumnListSee Also