Windward Engine 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.