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

Parameters

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

Return Value

Type: IListViewParameter
List of ViewParameter.
See Also