Specifies the type of a relation when working with various table-related properties and methods.
SyntaxVB6
Copy Code
|
|---|
Public Enum ERelationship |
C++
Copy Code
|
|---|
enum ERelationship |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
rlOneToMany |
0 | Specifies one-to-many relationship. |
![]() |
rlManyToOne |
1 | Specifies many-to-one relationship. |
See Also