PCXmlSessionWriterTableConstraintDef.writeGlobalTableConstraintDef Method [AX 2012]
Writes the session XML for a global table constraint definition.
public void writeGlobalTableConstraintDef(
PCGlobalTableConstraintDefinition _globalTableConstraintDef,
XmlWriter _xmlWriter,
PCTableConstraint _tableConstraint)
Run On
ServerParameters
- _globalTableConstraintDef
- Type: PCGlobalTableConstraintDefinition Table
The global 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.
Community Additions
ADD
Show: