Click or drag to resize
QueryColumnBase<TColumn> Properties

The QueryColumnBase< TColumn> 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 QueryParametersBase<TParent>.)
Public propertyIsSingleColumn
Returns true if this column represents a single column
Public propertyName
Gets the column name
(Overrides AbstractQueryObject.Name.)
Public propertyParameters
Query data parameters
(Inherited from QueryParametersBase<TParent>.)
Protected propertyTypedThis
Returns specifically typed current instance
Top
See Also