Click or drag to resize
ClassStructureInfoResolveColumns Method (String, ListString, FuncListString)

Note: This API is now obsolete.

Resolves the columns in the given expression

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete use QueryColumnList.ResolveColumns instead.")]
public static string ResolveColumns(
	string columns,
	List<string> excludeColumns,
	Func<List<string>> getAllColumns
)

Parameters

columns
Type: SystemString
Columns to resolve
excludeColumns
Type: System.Collections.GenericListString
Columns to exclude
getAllColumns
Type: SystemFuncListString
Function to provide all columns

Return Value

Type: String
See Also