DataDirect XML Converters 5.0 Send comments on this topic.
GetEDIVersions Method
See Also 
DDTek.XmlConverter.Reflection Namespace > EDIDialect Class : GetEDIVersions Method




Get all the versions supported for this dialect.

Syntax

Visual Basic (Declaration) 
Public Function GetEDIVersions() As EDIVersion()
Visual Basic (Usage)Copy Code
Dim instance As EDIDialect
Dim value() As EDIVersion
 
value = instance.GetEDIVersions()
C# 
public EDIVersion[] GetEDIVersions()
Managed Extensions for C++ 
public: EDIVersion*[]* GetEDIVersions(); 
C++/CLI 
public:
array<EDIVersion^>^ GetEDIVersions(); 

Return Value

An array of EDIVersion objects, one for each version supported by this dialect.

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.