PCXmlSessionWriterTableConstraintDef.write Method [AX 2012]

Writes the session XML for a table constraint definition.

public void write(
    PCTableConstraintDefinition _tableConstraintDef, 
    XmlWriter _xmlWriter, 
    PCTableConstraint _tableConstraint)

Run On

Server

Parameters

_tableConstraintDef
Type: PCTableConstraintDefinition Table
The table constraint definition record for which to generate the XML.
_xmlWriter
Type: XmlWriter Class
The XML writer to use to store the XML representation of this record.
_tableConstraint
Type: PCTableConstraint Table
The record ID of a table constraint record.

Obsolete: Use the IL equivalent method.

Community Additions

ADD
Show: