QueryNoSQLTask Class

Relational query task for NoSQL Providers.
This class is not intended to be used directly from your code, unless you are implementing a custom transform.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.DataProviders.Tasks
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
public class QueryNoSQLTask : QueryRelationalTask

The QueryNoSQLTask 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 propertyGroupByNames
Returns the group by column names.
Public propertyId
Gets the task ID.
(Inherited from ProviderTask.)
Top
Methods
See Also