FDO .NET API Reference Feature Data Objects

The PropertyValueConstraintType enumeration categorizes the supported constraint.

()

Enumerator:
PropertyValueConstraintType_Range  This constraint 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.
PropertyValueConstraintType_List  This constraint 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 mgPropertyValueConstraintType.h.


Comments or suggestions? Send us feedback.