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 Code |
---|---|
public class MetaDataSet |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class MetaDataSet |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
CaseSensitive | (Inherited from DataSet.) | |
Container | (Inherited from MarshalByValueComponent.) | |
DataSetName | (Inherited from DataSet.) | |
DefaultViewManager | (Inherited from DataSet.) | |
DesignMode | (Inherited from MarshalByValueComponent.) | |
EnforceConstraints | (Inherited from DataSet.) | |
ExtendedProperties | (Inherited from DataSet.) | |
HasErrors | (Inherited from DataSet.) | |
IsInitialized | (Inherited from DataSet.) | |
IsReadOnly |
Returns true if this instance is read only.
|
|
Locale | (Inherited from DataSet.) | |
MetaType |
Gets the MetaType that belongs to this MetaDataSet.
|
|
Namespace | (Inherited from DataSet.) | |
Prefix | (Inherited from DataSet.) | |
Relations | (Inherited from DataSet.) | |
RemotingFormat | (Inherited from DataSet.) | |
SchemaSerializationMode | (Inherited from DataSet.) | |
Site | (Inherited from DataSet.) | |
Tables | (Inherited from DataSet.) |
Protected Properties
Name | Description | |
---|---|---|
Events | (Inherited from MarshalByValueComponent.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IListSource..::..ContainsListCollection | (Inherited from DataSet.) |
See Also
Smartsite.Data Namespace