QueryColumn Constructor (String) |
Constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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