Windward Studios API Reference
IsSelect Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.xml.saxon Namespace > SaxonQueryHelperDotNet Class : IsSelect Method




query
The query to evaluate.

Glossary Item Box

true if the passed in query is an XPath select. This is not perfect, but is usually right.

Syntax

Visual Basic (Declaration) 
Public Function IsSelect( _
   ByVal query As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SaxonQueryHelperDotNet
Dim query As String
Dim value As Boolean
 
value = instance.IsSelect(query)
C# 
public bool IsSelect( 
   string query
)
Managed Extensions for C++ 
public: bool IsSelect( 
   string* query
) 
C++/CLI 
public:
bool IsSelect( 
   String^ query
) 

Parameters

query
The query to evaluate.

Return Value

true (can be wrong - on either value) if the passed in query is an XPath select.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software