Click or drag to resize
QueryColumnListBaseResolveColumns Method
Resolves all columns into the given class columns

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public void ResolveColumns(
	IEnumerable<string> allColumns
)

Parameters

allColumns
Type: System.Collections.GenericIEnumerableString
List of columns representing all columns
See Also