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




Create an XML Schema and make it available as an XmlReader.

Syntax

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

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 not 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.