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




str
bt

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Function getQueryMode( _
   ByVal str As String, _
   ByVal bt As BaseTag _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As IDataSourceProviderMetaData
Dim str As String
Dim bt As BaseTag
Dim value As Integer
 
value = instance.getQueryMode(str, bt)
C# 
int getQueryMode( 
   string str,
   BaseTag bt
)
Managed Extensions for C++ 
int getQueryMode( 
   string* str,
   BaseTag* bt
) 
C++/CLI 
int getQueryMode( 
   String^ str,
   BaseTag^ bt
) 

Parameters

str
bt

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software