PCXmlSessionWriterTableConstraintDef.writeDatabaseRelationConstraintDef Method [AX 2012]

Writes the session XML for a system table constraint definition.

public void writeDatabaseRelationConstraintDef(
    PCDatabaseRelationConstraintDefinition _dbTableConstraintDef, 
    XmlWriter _xmlWriter, 
    PCTableConstraint _tableConstraint)

Run On

Server

Parameters

_dbTableConstraintDef
Type: PCDatabaseRelationConstraintDefinition Table
The system 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: