Click or drag to resize
CountColumn Properties

The CountColumn type exposes the following members.

Properties
  NameDescription
Public propertyAggregationType
Aggregation type
(Inherited from AggregatedColumn.)
Public propertyColumnAlias
Column alias
(Inherited from SelectQueryColumnBase<TColumn>.)
Protected propertyEnsureBracketsForAlias
If true, brackets for the column alias are ensured
(Inherited from SelectQueryColumnBase<TColumn>.)
Public propertyExpression
Expression (column name)
(Inherited from QueryColumnBase<TColumn>.)
Protected propertyIsImmutable
If true, this object instance is immutable, and next subsequent modification starts with a clone of the object.
(Inherited from QueryParametersBase<TParent>.)
Public propertyIsSingleColumn
Returns true if this column represents a single column
(Inherited from AggregatedColumn.)
Public propertyName
Gets the column name
(Inherited from SelectQueryColumnBase<TColumn>.)
Public propertyOver
Over clause for the aggregation. When null, over clause is not generated at all, otherwise it is generated even when value is an empty string, in such case " OVER ()" is generated
(Inherited from AggregatedColumn.)
Public propertyParameters
Query data parameters
(Inherited from QueryParametersBase<TParent>.)
Protected propertyTypedThis
Returns specifically typed current instance
(Inherited from QueryColumnBase<TColumn>.)
Top
See Also