Click or drag to resize

IRdd.RelText Method

X#
Retrieve the key expression of a relation.

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
METHOD RelText(
	nRelNum AS DWORD
) AS STRING
Request Example View Source

Parameters

nRelNum
Type: DWord
The ONE based relation number for which to obtain the key expression.

Return Value

Type: String
The key expression of the relation.
See Also