FDO API Reference Feature Data Objects

UniqueConstraint Class Reference

List of all members.

Detailed Description

FdoUniqueConstraint can be used to specify that a property or list of properties taken together have unique values for all objects of that class in a datastore. A unique constraint that is based on a list of two or more properties is called a composite unique constraint. This constraint type applies to all data property types except for Boolean, BLOB, and CLOB. A Boolean property can be included if it’s part of a composite unique constraint.


Public Member Functions

__property NAMESPACE_OSGEO_FDO_SCHEMA::DataPropertyDefinitionCollection * get_Properties ()
 Returns the list of properties that define the unique constraint. The caller can modify the list by adding or removing properties.
 UniqueConstraint ()
 Constructs an empty instance of an FdoUniqueConstraint.

Protected Member Functions

System::Void Dispose (System::Boolean disposing)

Comments or suggestions? Send us feedback.