Use the AppConnMetaData interface to manage model metadata.
Click a method to see more information on its use, syntax, and parameters:
Used to get the description of a metadata object.
object.Description
Part | Description |
object | A metadata object |
Use the Description property to get the description of a metadata object.
Used to get the type of the metadata.
object.RecordType
Part | Description |
object | A metadata object |
Use the MetaDataType property to get type of a metadata object. The enumeration values for AppConnMetaDataType are defined in the Type Library.
Metadata Types |
AttributeMeta |
OperationMeta |
RecordSetMeta |
FieldMeta |
VariableMeta |
TableMeta |
ColumnMeta |
ProcedureMeta |
Used to get the name of a metadata object.
object.Name
Part | Description |
object | A metadata object |
Use the Name property to get the name of a metadata object.
![]() |