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) |
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 10, Windows NT, Windows Server
See Also