Navigation:  DataServer Classes > DaoQuery Class >

DaoQuery:Relation() Method

Previous pageReturn to chapter overviewNext page

Purpose

Return the linking expression of a specified relation.

 

Parameters

nRelationThe 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 SetRelation().

 

Returns

A string containing the linking expression of the relation specified by <nRelation>.  If there is no relation set for <

nRelation>, DaoQuery:Relation() returns a NULL_STRING.

 

Class

DaoQuery        

 

See Also

DaoQuery:SetRelation()

DaoQuery:SetSelectiveRelation()