Dictionary.Typenext(Int32) 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.
Indicates the extended data type that succeeds a specified extended data type, based on the IDs.
public:
virtual int Typenext(int _tableId);
public virtual int Typenext (int _tableId);
abstract member Typenext : int -> int
override this.Typenext : int -> int
Public Overridable Function Typenext (_tableId As Integer) As Integer
Parameters
- _tableId
- Int32
Returns
An extendedTypeId system data type value for the extended data type that succeeds the specified extended data type.