Share via


AxdBase::getTableFieldSet Method [AX 2012]

Returns a Set that contains the field names in a table.

Syntax

server public static Set getTableFieldSet(SysDictTable _sysDictTable)

Run On

Server

Parameters

  • _sysDictTable
    Type: SysDictTable Class
    SysDictTable class that contains the table from which to obtain field names.

Return Value

Type: Set Class
A Set with the field names for the table in the sysDictClass class, by using the first 36 characters of the field names

Remarks

The getTableFieldSet method is used when generating XSD schemas and finding allowed parm methods in the read scenarios where there is an Ax<table> class for the table in the query's data source.

The field name that is added to the Set has only the first 36 characters because only the first 36 characters of a field name are used to compare field names with parm methods in the Ax<table> classes.

See Also

Reference

AxdBase Class