Field RelCondition
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
Field RelCondition
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
The conditional expression that defines a relationship. The specific association between objects.
Valid Values
Any conditional expression
Remarks
Objects mentioned in the RelCondition should exist before the relationship is created. Referenced objects that do not exist when a RelCondition is created are interpreted as character strings if SET QUOTING is OFF.
For example,
Employees.DeptNum = Departments.DeptNum
defines a relationship between employees (in entity set Employees) and their departments (in entity set Departments) using a common department number (DeptNum).
Updated
ByJason Lee
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5