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 MetaDataTable |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class MetaDataTable |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
AdvancedFormatting |
Returns an XmlReader that is used as a default formatting for this MetaDataTable
|
|
CaseSensitive | (Inherited from DataTable.) | |
ChildRelations | (Inherited from DataTable.) | |
Columns | (Inherited from DataTable.) | |
Constraints | (Inherited from DataTable.) | |
Container | (Inherited from MarshalByValueComponent.) | |
DataSet | (Inherited from DataTable.) | |
DefaultView | (Inherited from DataTable.) | |
DesignMode | (Inherited from MarshalByValueComponent.) | |
DisplayExpression | (Inherited from DataTable.) | |
ExtendedProperties | (Inherited from DataTable.) | |
HasErrors | (Inherited from DataTable.) | |
IsInitialized | (Inherited from DataTable.) | |
LoadStatus |
Gets the loads status of this MetaDataTable
|
|
Locale | (Inherited from DataTable.) | |
MetaField |
Gets the MetaField to which this MetaDataTable belongs.
|
|
MinimumCapacity | (Inherited from DataTable.) | |
Namespace | (Inherited from DataTable.) | |
ParentRelations | (Inherited from DataTable.) | |
Prefix | (Inherited from DataTable.) | |
PrimaryKey | (Inherited from DataTable.) | |
RemotingFormat | (Inherited from DataTable.) | |
Rows | (Inherited from DataTable.) | |
Site | (Inherited from DataTable.) | |
TableName | (Inherited from DataTable.) |
Protected Properties
Name | Description | |
---|---|---|
Events | (Inherited from MarshalByValueComponent.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IListSource..::..ContainsListCollection | (Inherited from DataTable.) |
See Also
Smartsite.Data Namespace