FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Schema::UniqueConstraint Class Reference
[OSGeo::FDO::Schema]

Inherits OSGeo::FDO::Runtime::Disposable.

Inheritance diagram for OSGeo::FDO::Schema::UniqueConstraint:

Inheritance graph
[legend]
List of all members.

Detailed Description

UniqueConstraint 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.

()

Definition at line 34 of file mgUniqueConstraint.h.


Public Member Functions

__property OSGeo::FDO::Schema::DataPropertyDefinitionCollectionget_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 UniqueConstraint.

Comments or suggestions? Send us feedback.