RelationalSelectTask Class

Class that encapsulates a relational select task.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.DataProviders.Tasks
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public class RelationalSelectTask : RelationalTransformTask

The RelationalSelectTask type exposes the following members.

Constructors
  NameDescription
Public methodRelationalSelectTask
Initializes a new instance of the RelationalSelectTask class.
Top
Properties
  NameDescription
Public propertyCommandTimeout
Gets the wait time before terminating the attempt to execute a command and generating an error.
Public propertyDataConnector
Gets the data connector, only for an inception task.
Public propertyDataSource
Gets the data source, only for an inception task.
Public propertyEnableSubqueryOptimization
Gets a value indicating whether this task can be used to generate a single query.
Public propertyId
Gets the task ID.
(Inherited from ProviderTask.)
Public propertyInputColumns
Gets the task input columns.
(Inherited from RelationalTransformTask.)
Public propertyInputTask
Gets the input task.
Public propertyInputTransformId
Gets the input transform ID.
Public propertyOutputColumns
Gets the task output columns.
(Inherited from RelationalTransformTask.)
Public propertySessionSchema
Gets the schema that needs to be set for this task.
Public propertyTransform
Gets the transform that generated the current instance.
(Inherited from ProviderTransformTask.)
Top
Methods
  NameDescription
Protected methodLinkInputColumns
Links the input columns to the query task.
(Inherited from RelationalTransformTask.)
Top
See Also