PCXmlSessionWriterDatabaseRelCell.write Method [AX 2012]

Writes the content of a table constraint cell.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          public void write(
            XmlWriter _xmlWriter, 
            Common _record, 
            FieldId _columnFieldId, 
            AttributeDataType _attributeDataType)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void write(
            XmlWriter _xmlWriter, 
            Common _record, 
            FieldId _columnFieldId, 
            AttributeDataType _attributeDataType)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void write(
            XmlWriter _xmlWriter, 
            Common _record, 
            FieldId _columnFieldId)

  Microsoft Dynamics AX 2012 (FPK)
          public void write(
            XmlWriter _xmlWriter, 
            Common _record, 
            FieldId _columnFieldId)

  Microsoft Dynamics AX 2012 (SYS)
          public void write(
            XmlWriter _xmlWriter, 
            Common _record, 
            FieldId _columnFieldId)

Run On

Called

Parameters

_xmlWriter
Type: XmlWriter Class
An instance of the XmlWriter class.
_record
Type: Common Table
A record of the source table.
_columnFieldId
Type: FieldId Extended Data Type
The field ID of the current column in the source table.
_attributeDataType
Type: AttributeDataType Enumeration
The attribute data type of the current column in the source table.

Obsolete: Use the IL equivalent method.

Community Additions

ADD
Show: