This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Class that inherits from DataTable and contains the cached data of a DatabaseTable. Once the data has been loaded in this instance, this instances never changes so it might not contain the latest data. To get the latest data, call GetDataTable on the TableCacheManager to get a reference to an instance that contains the active data.

Namespace: Smartsite.Data
Assembly:  Smartsite.Data (in Smartsite.Data.dll)

Syntax

C#Copy imageCopy Code
public class CachedTable : 
Visual Basic (Declaration)Copy imageCopy Code
Public Class CachedTable _
	Inherits 

Inheritance Hierarchy

See Also

CachedTable Members
Smartsite.Data Namespace
Advanced