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 MetaDataTable
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class MetaDataTable

The type exposes the following properties.

Public Properties

  Name Description
Public property AdvancedFormatting
Returns an XmlReader that is used as a default formatting for this MetaDataTable
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 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 LoadStatus
Gets the loads status of this MetaDataTable
Public property Locale (Inherited from DataTable.)
Public property MetaField
Gets the MetaField to which this MetaDataTable belongs.
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