FDO API Reference | Feature Data Objects |
#include <UniqueConstraint.h>
Inherits FdoIDisposable.
Inheritance diagram for FdoUniqueConstraint:
Definition at line 35 of file UniqueConstraint.h.
Public Member Functions | |
FDO_API FdoDataPropertyDefinitionCollection * | GetProperties () |
Returns the list of properties that define the unique constraint. The caller can modify the list by adding or removing properties. | |
Static Public Member Functions | |
FDO_API FdoUniqueConstraint * | Create () |
Constructs an empty instance of an FdoUniqueConstraint. | |
Protected Member Functions | |
virtual void | Dispose () |
Dispose this object. | |
FdoUniqueConstraint () | |
Constructs a default instance of a FdoUniqueConstraint. | |
virtual | ~FdoUniqueConstraint () |
|
Constructs a default instance of a FdoUniqueConstraint.
|
|
|
|
Constructs an empty instance of an FdoUniqueConstraint.
|
|
Dispose this object.
Implements FdoIDisposable. Definition at line 44 of file UniqueConstraint.h. |
|
Returns the list of properties that define the unique constraint. The caller can modify the list by adding or removing properties.
|
Comments or suggestions? Send us feedback. |