DVXP TEdit.NET 3.0

TableEditor.IsCacheEnabled Property

Indicates if the dataset is cached in the ASP.NET cache between postbacks.

[Visual Basic]
Public Property IsCacheEnabled As Boolean
[C#]
public bool IsCacheEnabled {get; set;}

Remarks

If caching is enabled, the data is only requeried in the following cases:

The cache can also be invalidated explicitly by calling InvalidateCache, or by setting the MaxCacheAge property.

See Also

TableEditor Class | DVXP.DXTableEditor Namespace | MaxCacheAge | InvalidateCache