Share via


ReleaseUpdateDB::backendFieldBaseType Method [AX 2012]

Gets the back-end base type of a field.

Syntax

server public static Types backendFieldBaseType(TableId _tableId, FieldId _fieldId)

Run On

Server

Parameters

Return Value

Type: Types Enumeration
The back-end type of the field.

Exceptions

Exception Condition
Error

The table does not exist.

–or–

The field is not found in the table.

See Also

Reference

ReleaseUpdateDB Class