Open this page in the API Guide

Adapter.ViewParameterIds Property

Gets the view parameter IDs.

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public IList<string> ViewParameterIds { get; }

Property Value

Type: IList<String>
The view parameter IDs.
See Also