xRecord.disableCache Method

Definition

Overloads

disableCache()

Gets and sets the property that indicates whether caching is disabled.

disableCache(Boolean)

disableCache()

Gets and sets the property that indicates whether caching is disabled.

public:
 virtual bool disableCache();
public virtual bool disableCache ();
abstract member disableCache : unit -> bool
override this.disableCache : unit -> bool
Public Overridable Function disableCache () As Boolean

Returns

The new value of the disable cache property.

Applies to

disableCache(Boolean)

public:
 virtual bool disableCache(bool _newValue);
public virtual bool disableCache (bool _newValue);
abstract member disableCache : bool -> bool
override this.disableCache : bool -> bool
Public Overridable Function disableCache (_newValue As Boolean) As Boolean

Parameters

_newValue
Boolean

A Boolean value that indicates whether caching is disabled.

Returns

Applies to