This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

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

The type exposes the following properties.

Public Properties

  Name Description
Public property CaseSensitive (Inherited from DataTable.)
Public property ChildRelations (Inherited from DataTable.)
Public property Columns (Inherited from DataTable.)
Public property Constraints (Inherited from DataTable.)
Public property Container (Inherited from MarshalByValueComponent.)
Public property DatabaseTable
Returns the DatabaseTable from which the data in this class is loaded.
Public property DataSet (Inherited from DataTable.)
Public property DefaultView (Inherited from DataTable.)
Public property DesignMode (Inherited from MarshalByValueComponent.)
Public property DisplayExpression (Inherited from DataTable.)
Public property ExtendedProperties (Inherited from DataTable.)
Public property HasErrors (Inherited from DataTable.)
Public property IsInitialized (Inherited from DataTable.)
Public property IsValid
Returns true if the contents of this CachedTable is still valid.
Public property LoadTime
Returns the time at which the data was loaded.
Public property Locale (Inherited from DataTable.)
Public property MinimumCapacity (Inherited from DataTable.)
Public property Namespace (Inherited from DataTable.)
Public property ParentRelations (Inherited from DataTable.)
Public property Prefix (Inherited from DataTable.)
Public property PrimaryKey (Inherited from DataTable.)
Public property RemotingFormat (Inherited from DataTable.)
Public property Rows (Inherited from DataTable.)
Public property Site (Inherited from DataTable.)
Public property TableName (Inherited from DataTable.)

Protected Properties

  Name Description
Protected property Events (Inherited from MarshalByValueComponent.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private property IListSource..::..ContainsListCollection (Inherited from DataTable.)

See Also

Advanced