Workarea.RelText Method | |
Retrieve the key expression of a relation.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax VIRTUAL METHOD RelText(
nRelNum AS DWORD
) AS STRING
public virtual string RelText(
uint nRelNum
)
Request Example
View SourceParameters
- nRelNum
- Type: DWord
The ONE based relation number for which to obtain the key expression.
Return Value
Type:
StringThe key expression of the relation.
Implements
RelText(DWord)See Also