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


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

Parameters

dataSet
hierarchy
configurator
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