ClientRequestBaseParameterValues Property |
Gets the values for all the parameters defined for the business object.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ICollection<ParameterValue> ParameterValues { get; }
Public ReadOnly Property ParameterValues As ICollection(Of ParameterValue)
Get
public:
property ICollection<ParameterValue^>^ ParameterValues {
ICollection<ParameterValue^>^ get ();
}
member ParameterValues : ICollection<ParameterValue> with get
Property Value
Type:
ICollectionParameterValueSee Also