MemberRetrievalOptionsBypassHierarchyCache Property  | 
 
            Gets or sets a value indicating whether the hierarchy cache should be bypassed for the current member request.
            
 
    Namespace: 
   Dundas.BI.Data.MemberRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool BypassHierarchyCache { get; set; }Public Property BypassHierarchyCache As Boolean
	Get
	Set
public:
property bool BypassHierarchyCache {
	bool get ();
	void set (bool value);
}member BypassHierarchyCache : bool with get, set
Property Value
Type: 
Boolean to bypass the hierarchy cache; otherwise, 
.
            
See Also