QueryElement Class

Class that encapsulates a query element.
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 abstract class QueryElement

The QueryElement type exposes the following members.

Constructors
  NameDescription
Protected methodQueryElement(ProviderTask, QueryElement)
Initializes a new instance of the QueryElement class.
Protected methodQueryElement(ProviderTask, ConnectorElement)
Initializes a new instance of the QueryElement class.
Top
Properties
  NameDescription
Public propertyDataType
Gets the column data type.
Public propertyElementId
Gets the parent element ID.
Public propertyNativeElementName
Gets or sets the name of the native element.
Public propertyParameterValue
Gets the parameter value.
Public propertyParent
Gets the parent ProviderTask.
Top
Methods
  NameDescription
Public methodSetupFiltering
Defines a query element filer by setting the appropriate filter value.
Top
See Also