QueryDefinitionPushDownElements Property

Gets the list of QueryElement containing filters that need to be pushed down by the DataProvider.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
[IgnoreDataMemberAttribute]
public IList<QueryElement> PushDownElements { get; }

Property Value

Type: IListQueryElement
The list of QueryElement.
See Also