AttachedParameterInfo Class

Class used to provide information about the attached parameters defined for a BridgeParameter.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.ParametersAttachedParameterInfo

Namespace: Dundas.BI.Data.Parameters
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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