ViewGetViewParametersAffectingAdapter 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 (26.2.0.1000)
Syntax
public IList<ViewParameter> GetViewParametersAffectingAdapter(
	Guid adapterId
)

Parameters

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

Return Value

IListViewParameter
List of ViewParameter.
See Also