FDO API Reference Feature Data Objects

enum SchemaElementNameType
 

The FdoSchemaElementNameType enumeration lists all of the concrete schema name types defined to address schema limitation information.

Parameters:
SchemaElementNameType_Datastore Represents the identifier to address a data store name
SchemaElementNameType_Schema Represents the identifier to address a schema
SchemaElementNameType_Class Represents the identifier to address a class
SchemaElementNameType_Property Represents the identifier to address a property
SchemaElementNameType_Description Represents the identifier to address a description
.

Enumerator:
SchemaElementNameType_Datastore  Represents the identifier to address a data store name.
SchemaElementNameType_Schema  Represents the identifier to address a schema.
SchemaElementNameType_Class  Represents the identifier to address a class.
SchemaElementNameType_Property  Represents the identifier to address a property.
SchemaElementNameType_Description  Represents the identifier to address a description.

Comments or suggestions? Send us feedback.