Click or drag to resize
QueryColumnBaseTColumn Properties

The QueryColumnBaseTColumn generic type exposes the following members.

Properties
  NameDescription
Public propertyExpression
Expression (column name)
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
Public propertyName
Gets the column name
(Overrides AbstractQueryObjectName.)
Public propertyParameters
Query data parameters
(Inherited from QueryParametersBaseTParent.)
Protected propertyTypedThis
Returns properly typed this
Top
See Also