Return the linking expression of a specified relation.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.7
Syntax VIRTUAL METHOD Relation(
nRelation AS USUAL := NIL
) AS USUAL
public virtual Usual Relation(
Usual nRelation = null
)
Request Example
View SourceParameters
- nRelation (Optional)
- Type: Usual
The position of the desired relation in the list of current relations. The relations are numbered according to the order in which they were defined with DBServer:SetRelation().
Return Value
Type:
Usual
A string containing the linking expression of the relation specified by <nRelation>. If there is no relation set for <nRelation>, DBServer:Relation() returns a NULL_STRING.
See Also