Share via


Dictionary.Tablenext(Int32) Method

Definition

Indicates the table that succeeds a specified table, based on the table IDs.

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

Parameters

_tableId
Int32

A tableId system data type that indicates a table ID.

Returns

A tableId system data type value for the table that succeeds the specified table.

Applies to