Class SelectQueryColumnBase<TColumn>
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Query column
public abstract class SelectQueryColumnBase<TColumn> : QueryColumnBase<TColumn>, IQueryParameters<TColumn>, IQueryColumn, IQueryExpression, IQueryParameters, IQueryObjectWithValue, IQueryObject where TColumn : SelectQueryColumnBase<TColumn>, new()
Type Parameters
TColumn
- Inheritance
-
objectQueryParametersBase<TColumn>QueryColumnBase<TColumn>SelectQueryColumnBase<TColumn>
- Implements
-
IQueryParameters<TColumn>
- Derived
- Inherited Members
- Extension Methods
Constructors
SelectQueryColumnBase(string)
Constructor
protected SelectQueryColumnBase(string expression)
Parameters
expression
stringExpression (column name)
Properties
ColumnAlias
Column alias
public string ColumnAlias { get; set; }
Property Value
- string
EnsureBracketsForAlias
If true, brackets for the column alias are ensured
protected bool EnsureBracketsForAlias { get; set; }
Property Value
- bool
Name
Gets the column name
public override string Name { get; }
Property Value
- string
Methods
As(string)
Sets the alias to the column
public TColumn As(string alias)
Parameters
alias
stringColumn alias
Returns
- TColumn
GetExpression()
Gets the expression for the column data
public override string GetExpression()
Returns
- string
GetValueExpression()
Gets the value expression of the column
protected virtual string GetValueExpression()
Returns
- string