PlaceholderProviderProcessTask 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 (26.2.0.1000)
Syntax
public override QueryProviderTask ProcessTask(
	ProviderTransformTask task
)

Parameters

task  ProviderTransformTask
The current task.

Return Value

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