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 (26.2.0.1000)
Syntax
public virtual bool AllowStoringResult(
	ParameterValueCollection providerValues
)

Parameters

providerValues  ParameterValueCollection
The data connector's ProviderValues

Field Value

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