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




source
A Source object which specifies an instance of the native data file.
result
Specifies where the created XML Schema should be written.
Create an XML Schema and write it to the specified result object.

Syntax

Visual Basic (Declaration) 
Overloads Sub GetSchema( _
   ByVal source As Source, _
   ByVal result As Result _
) 
Visual Basic (Usage)Copy Code
Dim instance As SchemaGenerator
Dim source As Source
Dim result As Result
 
instance.GetSchema(source, result)
C# 
void GetSchema( 
   Source source,
   Result result
)
Managed Extensions for C++ 
void GetSchema( 
   Source* source,
   Result* result
) 
C++/CLI 
void GetSchema( 
   Source^ source,
   Result^ result
) 

Parameters

source
A Source object which specifies an instance of the native data file.
result
Specifies where the created XML Schema should be written.

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.