Windward Engine API Reference
isSelect Method
See Also  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace > IDataSourceMetaData Interface : isSelect Method




str
b

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Function isSelect( _
   ByVal str As String, _
   ByVal b As Boolean _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IDataSourceMetaData
Dim str As String
Dim b As Boolean
Dim value As Boolean
 
value = instance.isSelect(str, b)
C# 
bool isSelect( 
   string str,
   bool b
)
Managed Extensions for C++ 
bool isSelect( 
   string* str,
   bool b
) 
C++/CLI 
bool isSelect( 
   String^ str,
   bool b
) 

Parameters

str
b

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.