IDataCubeService.ClearDataResultCache Method |
Clears all the results based on the specified cube from the data result cache.
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxbool ClearDataResultCache(
Guid dataCubeId
)
Function ClearDataResultCache (
dataCubeId As Guid
) As Boolean
bool ClearDataResultCache(
Guid dataCubeId
)
abstract ClearDataResultCache :
dataCubeId : Guid -> bool
Parameters
- dataCubeId
- Type: System.Guid
The data cube ID.
Return Value
Type:
Booleantrue if the operation completes successfully.
Exceptions
See Also