DataProviderAllowStoringResult Method

Gets a value indicating whether the data returned by this provider can be put into cache or used in storage jobs.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public virtual bool AllowStoringResult(
	ParameterValueCollection providerValues
)

Parameters

providerValues
Type: Dundas.BI.Data.ParametersParameterValueCollection
The data connector's ProviderValues

Field Value

Type: Boolean
if the data returned by this data provider can be cached or stored; otherwise, .
See Also