Windward Engine API Reference
getValueFromKey Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.odata Namespace > ODataQueryHelper Class : getValueFromKey Method




o

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function getValueFromKey( _
   ByVal o As Object _
) As String
Visual Basic (Usage)Copy Code
Dim instance As ODataQueryHelper
Dim o As Object
Dim value As String
 
value = instance.getValueFromKey(o)
C# 
public string getValueFromKey( 
   object o
)
Managed Extensions for C++ 
public: string* getValueFromKey( 
   Object* o
) 
C++/CLI 
public:
String^ getValueFromKey( 
   Object^ o
) 

Parameters

o

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.