Responder Developer Guide
WriteXml(DataSet,Boolean,DataSetConfig,Encoding,String) Method


Syntax
'Declaration
 
Public Overloads Shared Function WriteXml( _
   ByVal dataSet As DataSet, _
   ByVal hierarchy As Boolean, _
   ByVal configurator As DataSetConfig, _
   ByVal encoding As Encoding, _
   Optional ByVal customXmlFile As String _
) As Stream
'Usage
 
Dim dataSet As DataSet
Dim hierarchy As Boolean
Dim configurator As DataSetConfig
Dim encoding As Encoding
Dim customXmlFile As String
Dim value As Stream
 
value = DataExporter.WriteXml(dataSet, hierarchy, configurator, encoding, customXmlFile)
public static Stream WriteXml( 
   DataSet dataSet,
   bool hierarchy,
   DataSetConfig configurator,
   Encoding encoding,
   string customXmlFile
)

Parameters

dataSet
hierarchy
configurator
encoding
customXmlFile
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataExporter Class
DataExporter Members
Overload List

 

 


Send Comment