Open this page in the API Guide

PlaceholderProvider.MaximumParameterValueCount Property

Gets the maximum number of parameter values the provider is able to support.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public override int? MaximumParameterValueCount { get; }

Property Value

Type: Nullable<Int32>
See Also