PurchTable::internalFieldIdToTableId_W Method

Converts an internal field ID to normal table ID.

Syntax

client server public static TableId internalFieldIdToTableId_W(FieldId _internalFieldId)

Run On

Called

Parameters

Return Value

Type: TableId Extended Data Type
Normal table ID.

Remarks

Internal field ID saves the normal field ID information in the lower 24 bits, and save the internal table ID information in the upper 8 bits.

Note: internal table ID is a code defined ID, not the normal table ID.

See Also

Reference

PurchTable Table