Share via


XppCompiler.dumpTable Method

Creates an XML string that contains the X++ compiler information for a table.

Syntax

public str dumpTable(str tableName)

Run On

Called

Parameters

  • tableName
    Type: str

Return Value

Type: str
The X++ compiler information for the specified table

Remarks

General use of this method is discouraged, because the output format might change without warning from version to version.

See Also

Reference

XppCompiler Class