IOlapCubeServiceClearDataResultCache Method  | 
 
            Clears all the results based on the specified OLAP cube from the data result cache.
            
 
    Namespace: 
   Dundas.BI.Data.Metadata.Olap
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxbool ClearDataResultCache(
	Guid olapCubeId
)
Function ClearDataResultCache ( 
	olapCubeId As Guid
) As Boolean
bool ClearDataResultCache(
	Guid olapCubeId
)
abstract ClearDataResultCache : 
        olapCubeId : Guid -> bool 
Parameters
- olapCubeId
 - Type: SystemGuid
The OLAP cube ID. 
Return Value
Type: 
Boolean
Exceptions
See Also