FDO API Reference Feature Data Objects

The FdoPropertyValueConstraintType enumeration categorizes the supported constraint.

()

Enumerator:
FdoPropertyValueConstraintType_Range  Specifies minimum and / or maximum allowed values for a particular property. It can be used for all data property types except for Boolean, BLOB, or CLOB.
FdoPropertyValueConstraintType_List  Specifies a list of allowed values for a particular property. It can be used for all data property types except for Boolean, BLOB, or CLOB.

Definition at line 29 of file PropertyValueConstraintType.h.


Comments or suggestions? Send us feedback.