xArgs.dataset Method

Gets the table ID of the table in which the caller object is working.

Syntax

public TableId dataset()

Run On

Called

Return Value

Type: TableId Extended Data Type
The table ID of the table in which the caller object is working.

Remarks

The returned value is often used to identify which type of record is being transferred from the caller in the record method.

See Also

Reference

xArgs Class