Open this page in the API Guide

AttachedParameterInfo Class

Class used to provide information about the attached parameters defined for a BridgeParameter.
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.Parameters.AttachedParameterInfo

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class AttachedParameterInfo

The AttachedParameterInfo type exposes the following members.

Properties
  NameDescription
Public propertyDefaultValue
Gets or sets the default value to be used for the current attached parameter.
Public propertyExpression
Gets or sets the bridge expression associated with the attached parameter.
Public propertyParameter
Gets the attached parameter.
Top
See Also