ResultPagingSubqueryParameterValues Property |
Gets the parameter values to be used in running the sub query.
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> SubqueryParameterValues { get; }
Public ReadOnly Property SubqueryParameterValues As ICollection(Of ParameterValue)
Get
public:
property ICollection<ParameterValue^>^ SubqueryParameterValues {
ICollection<ParameterValue^>^ get ();
}
member SubqueryParameterValues : ICollection<ParameterValue> with get
Property Value
Type:
ICollectionParameterValue
The sub query parameter value.
See Also