xArgs.record Method

Gets or sets the record from the table on which the caller object is working.

Syntax

public Common record([Common value])

Run On

Called

Parameters

Return Value

Type: Common Table
The record from the table on which the caller object is working.

Remarks

This method is used to access the values in the record that the calling object is currently using.

See Also

Reference

xArgs Class