Windward Engine API Reference
IsSelect Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.literal Namespace > LiteralQueryHelperDotNet Class : IsSelect Method




select

Glossary Item Box

Called by the AbstractDataSourceProvider to determine if a string is a select. Note that this string may have un-substituted variables, so it may not yet be a valid select

Syntax

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

Parameters

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.