Share via


xArgs.dataset Method

Definition

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

public:
 virtual int dataset();
public virtual int dataset ();
abstract member dataset : unit -> int
override this.dataset : unit -> int
Public Overridable Function dataset () As Integer

Returns

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.

Applies to