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 Code |
---|---|
public class CachedTable : |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class CachedTable _ Inherits |
Inheritance Hierarchy
System..::..Object
System.ComponentModel..::..MarshalByValueComponent
System.Data..::..DataTable
Smartsite.Data..::..CachedTable
System.ComponentModel..::..MarshalByValueComponent
System.Data..::..DataTable
Smartsite.Data..::..CachedTable
See Also
CachedTable Members
Smartsite.Data Namespace