Click or drag to resize
DataQuerySettingsBaseTQuerySelectColumns Property

Note: This API is now obsolete.

List of columns to return, by default returns all columns, e.g. "DocumentName, DocumentID"

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This property is obsolete, use property SelectColumnsList")]
public string SelectColumns { get; set; }

Property Value

Type: String

Implements

IDataQuerySettingsSelectColumns
See Also