QueryDefinitionPushDownElements Property |
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [IgnoreDataMemberAttribute]
public IList<QueryElement> PushDownElements { get; }
<IgnoreDataMemberAttribute>
Public ReadOnly Property PushDownElements As IList(Of QueryElement)
Get
public:
[IgnoreDataMemberAttribute]
property IList<QueryElement^>^ PushDownElements {
IList<QueryElement^>^ get ();
}
[<IgnoreDataMemberAttribute>]
member PushDownElements : IList<QueryElement> with get
Property Value
Type:
IListQueryElement
The list of
QueryElement.
See Also