Click or drag to resize
SelectQueryColumnBaseTColumn Properties

The SelectQueryColumnBaseTColumn generic type exposes the following members.

Properties
  NameDescription
Public propertyColumnAlias
Column alias
Protected propertyEnsureBracketsForAlias
If true, brackets for the column alias are ensured
Public propertyExpression
Expression (column name)
(Inherited from QueryColumnBaseTColumn.)
Protected propertyIsImmutable
If true, this object instance is immutable, and next subsequent modification starts with a clone of the object.
(Inherited from QueryParametersBaseTParent.)
Public propertyIsSingleColumn
Returns true if this column represents a single column
(Inherited from QueryColumnBaseTColumn.)
Public propertyName
Gets the column name
(Overrides QueryColumnBaseTColumnName.)
Public propertyParameters
Query data parameters
(Inherited from QueryParametersBaseTParent.)
Protected propertyTypedThis
Returns specifically typed current instance
(Inherited from QueryColumnBaseTColumn.)
Top
See Also