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




source
A Source object which specifies an instance of the native data file.
Create an XML Schema and load it into an XmlSchema object.

Syntax

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

Parameters

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

Return Value

An XmlSchema object containing 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.