Click or drag to resize
IDataQuerySettingsSelectColumns 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")]
string SelectColumns { get; set; }

Property Value

Type: String
See Also