Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[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: QueryColumnList
See Also