FDO API Reference Feature Data Objects

The FdoObjectType enumeration defines whether an object property is a single value, a collection, or an ordered collection.

()

Enumerator:
FdoObjectType_Value  Represents a simple value property.
FdoObjectType_Collection  Represents a property that is a collection of values.
FdoObjectType_OrderedCollection  Represents a property that is an ordered collection of values.

Definition at line 29 of file ObjectType.h.


Comments or suggestions? Send us feedback.