SqlHelper AddColumnAlias Method Kentico 8.1 API Reference
Adds the column alias to the given expression

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

expression
Type: OnlineSystem String
Expression
alias
Type: OnlineSystem String
Alias
ensureBrackets (Optional)
Type: OnlineSystem Boolean
If true, the expression is encapsulated in brackets in case it is a complex expression

Return Value

Type: OnlineString
See Also