Open this page in the API Guide

ProviderExpression.GetQuery Method (ProcessPlaceholder)

Generates the query by substituting placeholders.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public QueryDefinition GetQuery(
	ProcessPlaceholder processPlaceholder
)

Parameters

processPlaceholder
Type: Dundas.BI.Data.DataProviders.ProcessPlaceholder
The process placeholder delegate.

Return Value

Type: QueryDefinition
The query.
Exceptions
ExceptionCondition
ArgumentNullExceptionprocessPlaceholder is null.
See Also