Click or drag to resize
QueryColumn Constructor (String)
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public QueryColumn(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name
Remarks
for the difference how the created column looks like when you name the columns "A as B" in this constructor or in the given method
See Also