Share via


XppCompiler.dumpTable(String) Method

Definition

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

public:
 virtual System::String ^ dumpTable(System::String ^ _tableName);
public virtual string dumpTable (string _tableName);
abstract member dumpTable : string -> string
override this.dumpTable : string -> string
Public Overridable Function dumpTable (_tableName As String) As String

Parameters

_tableName
String

Returns

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.

Applies to