xArgs.dataset Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.