DataDirect XML Converters 5.0 Send comments on this topic.
GetXmlReader(Source) Method
See Also 
DDTek.XmlConverter Namespace > SchemaGenerator Interface > GetXmlReader Method : GetXmlReader(Source) Method




source
A Source object which specifies an instance of the native data file.
Create an XML Schema and make it available as an XmlReader.

Syntax

Visual Basic (Declaration) 
Overloads Function GetXmlReader( _
   ByVal source As Source _
) As XmlReader
Visual Basic (Usage)Copy Code
Dim instance As SchemaGenerator
Dim source As Source
Dim value As XmlReader
 
value = instance.GetXmlReader(source)
C# 
XmlReader GetXmlReader( 
   Source source
)
Managed Extensions for C++ 
XmlReader* GetXmlReader( 
   Source* source
) 
C++/CLI 
XmlReader^ GetXmlReader( 
   Source^ source
) 

Parameters

source
A Source object which specifies an instance of the native data file.

Return Value

An XmlReader which can be used to read the generated XML Schema.

Remarks

This method should be used if the native data file is needed to generate the XML Schema.

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.