Click or drag to resize
DataQuerySettingsBaseTQueryDefaultSourceExpression Property

Note: This API is now obsolete.

Default source of the query in case source is not defined

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use property DefaultQuerySource")]
public string DefaultSourceExpression { get; set; }

Property Value

Type: String

Implements

IDataQuerySettingsDefaultSourceExpression
See Also