Responder Developer Guide
ImportFromXML(DataSet,String,String) Method


Syntax
'Declaration
 
Public Overloads Shared Function ImportFromXML( _
   ByVal dataSet As DataSet, _
   ByVal xsltFile As String, _
   ByVal inputFile As String _
) As Boolean
'Usage
 
Dim dataSet As DataSet
Dim xsltFile As String
Dim inputFile As String
Dim value As Boolean
 
value = XMLHelper.ImportFromXML(dataSet, xsltFile, inputFile)
public static bool ImportFromXML( 
   DataSet dataSet,
   string xsltFile,
   string inputFile
)

Parameters

dataSet
xsltFile
inputFile
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

XMLHelper Class
XMLHelper Members
Overload List

 

 


Send Comment