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




mode
One of the BaseTag.MODE_ values.
tagType
the type= for the tag.

Glossary Item Box

Get the value in this result row. Return null if don't have a value (ie SQL row of data).

Syntax

Visual Basic (Declaration) 
Public Overrides Function getValue( _
   ByVal mode As Integer, _
   ByVal tagType As String _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As ODataResultRow
Dim mode As Integer
Dim tagType As String
Dim value As Object
 
value = instance.getValue(mode, tagType)
C# 
public override object getValue( 
   int mode,
   string tagType
)
Managed Extensions for C++ 
public: Object* getValue( 
   int mode,
   string* tagType
) override 
C++/CLI 
public:
Object^ getValue( 
   int mode,
   String^ tagType
) override 

Parameters

mode
One of the BaseTag.MODE_ values.
tagType
the type= for the tag.

Return Value

The value in this result. null if this does not have value.

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.