RelationalOutputColumn Class

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

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 RelationalOutputColumn : QueryElement

The RelationalOutputColumn type exposes the following members.

Constructors
 NameDescription
Public methodRelationalOutputColumn(ProviderTask, RelationalOutputColumn) Initializes a new instance of the RelationalOutputColumn class.
Public methodRelationalOutputColumn(ProviderTask, ConnectorElement) Initializes a new instance of the RelationalOutputColumn class.
Public methodRelationalOutputColumn(ProviderTask, ConnectorElement, Object) Initializes a new instance of the RelationalOutputColumn class.
Top
Properties
 NameDescription
Public propertyDataType Gets the column data type.
(Inherited from QueryElement)
Public propertyDependencies Gets the dependency IDs.
Public propertyElementId Gets the parent element ID.
(Inherited from QueryElement)
Public propertyExpression Gets the column expression, for derived columns.
Public propertyNativeElementName Gets or sets the name of the native element.
(Inherited from QueryElement)
Public propertyNullReplacement Gets the replacement value, when the input source value is .
Public propertyParameterValue Gets the parameter value.
(Inherited from QueryElement)
Public propertyParent Gets the parent ProviderTask.
(Inherited from QueryElement)
Public propertyUpstreamElementId Gets the upstream element ID.
(Inherited from QueryElement)
Public propertyUsage Gets the column usage.
Top
Methods
 NameDescription
Public methodSetupFiltering Defines a query element filer by setting the appropriate filter value.
(Inherited from QueryElement)
Top
See Also