Windward Engine API Reference
isSelect Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.salesforce Namespace > SFDataSourceProvider.SalesForceDataSourceNode Class : isSelect Method




select
textIsNode

Glossary Item Box

Returns if the select is actually a select statement. Non sql like datasources should override this method

Syntax

Visual Basic (Declaration) 
Public Overrides Function isSelect( _
   ByVal select As String, _
   ByVal textIsNode As Boolean _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SFDataSourceProvider.SalesForceDataSourceNode
Dim select As String
Dim textIsNode As Boolean
Dim value As Boolean
 
value = instance.isSelect(select, textIsNode)
C# 
public override bool isSelect( 
   string select,
   bool textIsNode
)
Managed Extensions for C++ 
public: bool isSelect( 
   string* select,
   bool textIsNode
) override 
C++/CLI 
public:
bool isSelect( 
   String^ select,
   bool textIsNode
) override 

Parameters

select
textIsNode

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.