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




str
bt

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<IKVM.Attributes.ThrowsAttribute(System.String[])>
Function getQueryMode( _
   ByVal str As String, _
   ByVal bt As BaseTag _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As IDataSourceMetaData
Dim str As String
Dim bt As BaseTag
Dim value As Integer
 
value = instance.getQueryMode(str, bt)
C# 
[IKVM.Attributes.Throws(System.String[])]
int getQueryMode( 
   string str,
   BaseTag bt
)
Managed Extensions for C++ 
[IKVM.Attributes.Throws(System.String[])]
int getQueryMode( 
   string* str,
   BaseTag* bt
) 
C++/CLI 
[IKVM.Attributes.Throws(System.String[])]
int getQueryMode( 
   String^ str,
   BaseTag^ bt
) 

Parameters

str
bt

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.