RelationalInputColumn Class

Class that encapsulates a relational column for querying purposes.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataProviders.TasksQueryElement
    Dundas.BI.Data.DataProviders.TasksRelationalInputColumn

Namespace: Dundas.BI.Data.DataProviders.Tasks
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class RelationalInputColumn : QueryElement

The RelationalInputColumn type exposes the following members.

Constructors
 NameDescription
Public methodRelationalInputColumn(ProviderTask, QueryElement) Initializes a new instance of the RelationalInputColumn class.
Public methodRelationalInputColumn(ProviderTask, ConnectorElement) Initializes a new instance of the RelationalInputColumn class.
Top
Properties
 NameDescription
Public propertyAggregator Gets or sets the application core aggregator.
Public propertyDataType Gets the column data type.
(Inherited from QueryElement)
Public propertyDateGranularity Gets or sets the date granularity to support date trimming functionality.
Public propertyElementId Gets the parent element ID.
(Inherited from QueryElement)
Public propertyInputTask Gets the input task for the column.
Public propertyIsGroupBy Gets or sets a value indicating whether this instance is to be grouped by.
Public propertyNativeElementName Gets or sets the name of the native element.
(Inherited from QueryElement)
Public propertyParameterValue Gets the parameter value.
(Inherited from QueryElement)
Public propertyParent Gets the parent ProviderTask.
(Inherited from QueryElement)
Public propertyProviderAggregator Gets or sets the provider aggregator.
Public propertySortDirection Gets or sets the sorting direction.
Public propertySortPriority Gets or sets the sorting priority.
Public propertyUpstreamElementId Gets the upstream element ID.
(Inherited from QueryElement)
Top
Methods
 NameDescription
Public methodSetupFiltering Defines a query element filer by setting the appropriate filter value.
(Inherited from QueryElement)
Top
See Also