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 sealed class MetaField |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class MetaField |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
DataType |
Returns the type of this MetaField
|
|
FullName |
Fullname of the field
|
|
IsPrimaryKey |
Returns true if this field is the primary key.
|
|
MetaType |
The Meta
|
|
Name |
Name of the field
|
|
Ordinal |
Gets the ordinal of the field
|
|
Properties |
Gets the properties of this MetaField
|
|
RelationInfo |
Gets the RelationInfo for this MetaField.
|
|
StorageHandler |
Gets type of the storage handler of this MetaField.
|
See Also
Smartsite.Data Namespace