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

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

Syntax

C#Copy imageCopy Code
public enum LoadStatus
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration LoadStatus

Members

Member nameDescription
NotLoaded
The DataTable has not yet been loaded
Loaded
The DataTable has been loaded

See Also

Smartsite.Data Namespace
Advanced