XppCompiler.dumpTable(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.