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

The type exposes the following properties.

Public Properties

  Name Description
Public property CaseSensitive (Inherited from DataSet.)
Public property Container (Inherited from MarshalByValueComponent.)
Public property DataSetName (Inherited from DataSet.)
Public property DefaultViewManager (Inherited from DataSet.)
Public property DesignMode (Inherited from MarshalByValueComponent.)
Public property EnforceConstraints (Inherited from DataSet.)
Public property ExtendedProperties (Inherited from DataSet.)
Public property HasErrors (Inherited from DataSet.)
Public property IsInitialized (Inherited from DataSet.)
Public property IsReadOnly
Returns true if this instance is read only.
Public property Locale (Inherited from DataSet.)
Public property MetaType
Gets the MetaType that belongs to this MetaDataSet.
Public property Namespace (Inherited from DataSet.)
Public property Prefix (Inherited from DataSet.)
Public property Relations (Inherited from DataSet.)
Public property RemotingFormat (Inherited from DataSet.)
Public property SchemaSerializationMode (Inherited from DataSet.)
Public property Site (Inherited from DataSet.)
Public property Tables (Inherited from DataSet.)

Protected Properties

  Name Description
Protected property Events (Inherited from MarshalByValueComponent.)

Explicit Interface Implementations

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

See Also

Advanced