Click or drag to resize
DataQueryBaseTQueryResolveColumns Method
Resolves the columns in the given list

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected void ResolveColumns(
	QueryColumnList columns,
	bool includeBinaryData,
	bool forceResolve = false
)

Parameters

columns
Type: CMS.DataEngineQueryColumnList
List of columns to resolve
includeBinaryData
Type: SystemBoolean
Include binary columns
forceResolve (Optional)
Type: SystemBoolean
If true, the resolving is forced (resolves even when not necessary)
Remarks
Merges columns with columns from ClassStructureInfo of type TQuery.
See Also