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.DataProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic virtual bool AllowStoringResult(
ParameterValueCollection providerValues
)
Public Overridable Function AllowStoringResult (
providerValues As ParameterValueCollection
) As Boolean
public:
virtual bool AllowStoringResult(
ParameterValueCollection^ providerValues
)
abstract AllowStoringResult :
providerValues : ParameterValueCollection -> bool
override AllowStoringResult :
providerValues : ParameterValueCollection -> bool 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