DataDirect XML Converters 5.0 Send comments on this topic.
writeFieldComment(XWriter,Runtype,Boolean) Method
See Also 
DDTek.XmlConverter.Adapter.Edi Namespace > IATASegment Class > writeFieldComment Method : writeFieldComment(XWriter,Runtype,Boolean) Method




xw
rt
flat3

Syntax

Visual Basic (Declaration) 
Protected Overloads Sub writeFieldComment( _
   ByVal xw As XWriter, _
   ByVal rt As Runtype, _
   ByVal flat3 As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As IATASegment
Dim xw As XWriter
Dim rt As Runtype
Dim flat3 As Boolean
 
instance.writeFieldComment(xw, rt, flat3)
C# 
protected void writeFieldComment( 
   XWriter xw,
   Runtype rt,
   bool flat3
)
Managed Extensions for C++ 
protected: void writeFieldComment( 
   XWriter* xw,
   Runtype* rt,
   bool flat3
) 
C++/CLI 
protected:
void writeFieldComment( 
   XWriter^ xw,
   Runtype^ rt,
   bool flat3
) 

Parameters

xw
rt
flat3

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.