Open this page in the API Guide

View.GetViewParametersAffectingAdapter Method

Gets the view parameters affecting the specified adapter.

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
public IList<ViewParameter> GetViewParametersAffectingAdapter(
	Guid adapterId
)

Parameters

adapterId
Type: System.Guid
The ID of the Adapter to retrieve the list of ViewParameter.

Return Value

Type: IList<ViewParameter>
List of ViewParameter.
See Also