Windward Engine API Reference
getQueryMode Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.xml Namespace > XPathDataSource Class : getQueryMode Method




query
Query string to determine the mode of.
tag
The tag this select is for. This may be null.

Glossary Item Box

Determine the query mode of a given string

Syntax

Visual Basic (Declaration) 
Public Function getQueryMode( _
   ByVal query As String, _
   ByVal tag As BaseTag _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As XPathDataSource
Dim query As String
Dim tag As BaseTag
Dim value As Integer
 
value = instance.getQueryMode(query, tag)
C# 
public int getQueryMode( 
   string query,
   BaseTag tag
)
Managed Extensions for C++ 
public: int getQueryMode( 
   string* query,
   BaseTag* tag
) 
C++/CLI 
public:
int getQueryMode( 
   String^ query,
   BaseTag^ tag
) 

Parameters

query
Query string to determine the mode of.
tag
The tag this select is for. This may be null.

Return Value

BaseTag.MODE_NONE, BaseTag.MODE_VALUE, BaseTag.MODE_EVALUATE, or BaseTag.MODE_SELECT

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.