QueryRelationalODataTask Class

Relational query task for OData.
Inheritance Hierarchy

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 QueryRelationalODataTask : QueryRelationalTask

The QueryRelationalODataTask type exposes the following members.

Properties
 NameDescription
Public propertyCommandTimeout Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
(Inherited from QueryProviderTask)
Public propertyDataConnector Gets or sets the data connector.
(Inherited from QueryProviderTask)
Public propertyId Gets the task ID.
(Inherited from ProviderTask)
Top
Methods
 NameDescription
Public methodStatic memberCreateQueryTask(ProviderTask, RelationalDataProvider) Creates the relational query task.
Public methodStatic memberCreateQueryTask(ProviderTask, RelationalDataProvider, Boolean, String, String) Creates the relational query task.
Public methodGenerateQuery Generates the query.
(Overrides QueryRelationalTaskGenerateQuery)
Top
See Also