DataProviderProcessTask Method

Processes the current task if the task is compatible with the data provider.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public abstract QueryProviderTask ProcessTask(
	ProviderTransformTask task
)

Parameters

task
Type: Dundas.BI.Data.DataProviders.TasksProviderTransformTask
The current task.

Return Value

Type: QueryProviderTask
The processed provider task, or if the task is not compatible with the data provider.
See Also